From 4c03aaa0fc6be69b0a1a214f579221e8129a316a Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 19 Dec 2016 10:26:55 -0800 Subject: [PATCH] Revert "lite: Don't set the 'file' var needlessly" This reverts commit a86ea0c00a36b2ef84238c5f654bb4c7c3f6b9b6. --- Shorewall-lite/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index ae4061f6d..7dce2293c 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -169,8 +169,10 @@ done if [ $# -eq 0 ]; then if [ -f ./shorewallrc ]; then . ./shorewallrc || exit 1 + file=./shorewallrc elif [ -f ~/.shorewallrc ]; then . ~/.shorewallrc + file=~/.shorewallrc elif [ -f /usr/share/shorewall/shorewallrc ]; then . /usr/share/shorewall/shorewallrc else