We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d50af commit a16ccf4Copy full SHA for a16ccf4
rootfs/etc/cont-init.d/99_crowdsec-openresty-bouncer.sh
@@ -1,8 +1,8 @@
1
-#!/bin/sh
+#!/bin/bash
2
3
set -e # Exit immediately if a command exits with a non-zero status.
4
5
-function set_properties() {
+set_properties() {
6
sed -i "s,^$1=.*,$1=$2,g" "${3}"
7
}
8
0 commit comments