lite: Change into the uninstaller's script dir

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:51 +01:00 committed by Tom Eastep
parent 20cc56f2f1
commit e8a9b8ddc8
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -41,6 +41,11 @@ usage() # $1 = exit status
exit $1
}
#
# Change to the directory containing this script
#
cd "$(dirname $0)"
#
# Source common functions
#