From bc1df908291308c0817e4ddc288a4004a5aa2cd7 Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 20 Feb 2017 18:51:56 +0100 Subject: [PATCH] Group comment lines with corresponding command Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- Shorewall/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index b709f8eca..698bd53ce 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -24,9 +24,6 @@ VERSION=4.5.5 #The Build script inserts the actual version -# -# Change to the directory containing this script -# usage() # $1 = exit status { ME=$(basename $0) @@ -53,6 +50,9 @@ install_file() # $1 = source $2 = target $3 = mode run_install $T $OWNERSHIP -m $3 $1 ${2} } +# +# Change to the directory containing this script +# cd "$(dirname $0)" if [ -f shorewall.service ]; then