Skip to content

fix(scripts): set executable bit on two shell scripts - #23

Merged
h3adex merged 1 commit into
stackitcloud:mainfrom
devpie:fix/scripts-executable-bit
Sep 15, 2026
Merged

h3adex merged 1 commit into
stackitcloud:mainfrom
devpie:fix/scripts-executable-bit

Conversation

@devpie

@devpie devpie commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

What

Sets mode 100755 on scripts/create-kubeconfig-multiple-projects.sh and scripts/delete-unused-volumes.sh. No content changes — the diff is mode-only.

Why

scripts/README.md documents both scripts as direct invocations:

  • ./create-kubeconfig-multiple-projects.sh (README lines 129, 132)
  • ./delete-unused-volumes.sh (README lines 150, 153)

Without the executable bit this fails with permission denied. The other eight scripts in scripts/ are already 100755.

Test

git ls-files -s scripts/*.sh

All ten scripts now report mode 100755.

🤖 Generated with Claude Code

create-kubeconfig-multiple-projects.sh and delete-unused-volumes.sh were
committed with mode 100644. scripts/README.md documents both as
`./create-kubeconfig-multiple-projects.sh` and `./delete-unused-volumes.sh`,
which fails with "permission denied" without the executable bit. The other
eight scripts in scripts/ already use mode 100755.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@h3adex

h3adex commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator

Ty!

@h3adex
h3adex merged commit fd5cfb9 into stackitcloud:main Sep 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants