From bac684836286d93da1017c54a033234a8584d6ff Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 12 Dec 2016 16:34:13 +0100 Subject: [PATCH] shorewall: Correct the filepath of .shorewallrc Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- Shorewall/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 223921f13..6e11f394e 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/uninstall.sh @@ -128,7 +128,7 @@ if [ $# -eq 0 ]; then . ./shorewallrc elif [ -f ~/.shorewallrc ]; then . ~/.shorewallrc || exit 1 - file=./.shorewallrc + file=~/.shorewallrc elif [ -f /usr/share/shorewall/shorewallrc ]; then . /usr/share/shorewall/shorewallrc else