Skip to content

Commit a16ccf4

Browse files
committed
Use /bin/bash instead of /bin/sh
1 parent 79d50af commit a16ccf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rootfs/etc/cont-init.d/99_crowdsec-openresty-bouncer.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
set -e # Exit immediately if a command exits with a non-zero status.
44

5-
function set_properties() {
5+
set_properties() {
66
sed -i "s,^$1=.*,$1=$2,g" "${3}"
77
}
88

0 commit comments

Comments
 (0)