From 3caedbbbef4f6e638a617cae2d8cff59a06c3fc2 Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 19 Dec 2016 08:42:04 +0100 Subject: [PATCH] lite6: Don't set the 'file' var needlessly Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- Shorewall6-lite/uninstall.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index 4dd94c77c..5519bed80 100755 --- a/Shorewall6-lite/uninstall.sh +++ b/Shorewall6-lite/uninstall.sh @@ -126,7 +126,6 @@ if [ $# -eq 0 ]; then . ./shorewallrc elif [ -f ~/.shorewallrc ]; then . ~/.shorewallrc || exit 1 - file=~/.shorewallrc elif [ -f /usr/share/shorewall/shorewallrc ]; then . /usr/share/shorewall/shorewallrc else