From e4ec1c81ec6dccdcca23c3628a8c5b3d19332899 Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 12 Dec 2016 17:37:42 +0100 Subject: [PATCH] init: Add 'file' var and set path of shorewallrc Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- Shorewall-init/uninstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index 01a1a7596..86ffadf28 100755 --- a/Shorewall-init/uninstall.sh +++ b/Shorewall-init/uninstall.sh @@ -124,6 +124,7 @@ done if [ $# -eq 0 ]; then if [ -f ./shorewallrc ]; then . ./shorewallrc + file=./shorewallrc elif [ -f ~/.shorewallrc ]; then . ~/.shorewallrc || exit 1 file=./.shorewallrc