From 751b5d2930bb563fa13219478afd20ab57e9a6f6 Mon Sep 17 00:00:00 2001 From: Johno Crawford Date: Wed, 27 Apr 2016 07:30:26 +0200 Subject: [PATCH] Correct shebang to avoid confusion In this case the shebang isn't even used as the script is invoked with /bin/sh &syscommand(__LINE__,"/bin/sh /etc/csf/csfpost.sh"); (even with the csf-pre_post_sh project as it just sources the script). --- docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.sh b/docker.sh index a178677..891782a 100644 --- a/docker.sh +++ b/docker.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh chain_exists() { [ $# -lt 1 -o $# -gt 2 ] && {