*.sh shebang: use sh instead of bash
This commit is contained in:
parent
63e5ea9ead
commit
6332458101
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
|
||||
chmod u=rwX,g=rX,o=rX -R conf core
|
||||
chmod u=rwX,g=rwX,o=rwX \
|
||||
|
|
2
reset.sh
2
reset.sh
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
|
||||
rm -f data/knot/*/*.mdb
|
||||
rm -f data/knot/keys/keys/*.pem
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
|
||||
ENGINE="podman" # "podman" or "docker"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue