Revert "lite: Add 'file' var and set path of .shorewallrc"

This reverts commit 2ec17ce608.
This commit is contained in:
Tom Eastep 2016-12-19 10:27:35 -08:00
parent 4c03aaa0fc
commit 7c63428e82
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -172,7 +172,6 @@ if [ $# -eq 0 ]; then
file=./shorewallrc
elif [ -f ~/.shorewallrc ]; then
. ~/.shorewallrc
file=~/.shorewallrc
elif [ -f /usr/share/shorewall/shorewallrc ]; then
. /usr/share/shorewall/shorewallrc
else