diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index 386c12b6f..5dda87184 100755 --- a/Shorewall6/uninstall.sh +++ b/Shorewall6/uninstall.sh @@ -127,7 +127,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