Skip to content

Commit 46e8e50

Browse files
committed
pre-commit add hook check-shebang-scripts-are-executable for Shell
https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#check-shebang-scripts-are-executable Ran `chmod +x`
1 parent fd24509 commit 46e8e50

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ repos:
3232
- id: check-case-conflict
3333
#- id: check-executables-have-shebangs
3434
- id: check-merge-conflict
35+
- id: check-shebang-scripts-are-executable
36+
files: \.sh$
3537
- id: check-symlinks
3638
- id: check-vcs-permalinks
3739
- id: check-yaml

engine/schema/templateConfig.sh

100644100755
File mode changed.

scripts/installer/export-templates.sh

100644100755
File mode changed.

scripts/vm/hypervisor/xenserver/add_to_vcpus_params_live.sh

100644100755
File mode changed.

scripts/vm/network/ovs-pvlan-kvm-vm.sh

100644100755
File mode changed.

setup/db/221to222upgrade.sh

100644100755
File mode changed.

setup/db/deploy-db-clouddev.sh

100644100755
File mode changed.

setup/db/deploy-db-simulator.sh

100644100755
File mode changed.

systemvm/agent/scripts/run-proxy.sh

100644100755
File mode changed.

systemvm/agent/scripts/ssvm-check.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)