*.sh shebang: use sh instead of bash

This commit is contained in:
Miraty 2025-01-22 19:13:59 +01:00
parent 63e5ea9ead
commit 6332458101
3 changed files with 3 additions and 3 deletions

View file

@ -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 \

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
rm -f data/knot/*/*.mdb
rm -f data/knot/keys/keys/*.pem

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
ENGINE="podman" # "podman" or "docker"