From 56d4d01984dea46fc5ac0f086f9d5636bedd8af1 Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 12 Dec 2016 13:36:25 +0100 Subject: [PATCH] core: Correct the filepath of .shorewallrc Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- Shorewall-core/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-core/uninstall.sh b/Shorewall-core/uninstall.sh index ca915cdc9..d52840290 100755 --- a/Shorewall-core/uninstall.sh +++ b/Shorewall-core/uninstall.sh @@ -81,7 +81,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