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