Group comment lines with corresponding command

Signed-off-by: Matt Darfeuille <matdarf@gmail.com>
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Matt Darfeuille 2017-02-20 18:51:56 +01:00 committed by Tom Eastep
parent 09462cf92b
commit bc1df90829
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

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