init: Correct the filepath of .shorewallrc

Signed-off-by: Matt Darfeuille <matdarf@gmail.com>
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Matt Darfeuille 2016-12-12 17:28:40 +01:00 committed by Tom Eastep
parent 73f74ad576
commit d2890df8b9
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -167,7 +167,7 @@ if [ $# -eq 0 ]; then
file=./shorewallrc file=./shorewallrc
elif [ -f ~/.shorewallrc ]; then elif [ -f ~/.shorewallrc ]; then
. ~/.shorewallrc || exit 1 . ~/.shorewallrc || exit 1
file=./.shorewallrc file=~/.shorewallrc
else else
fatal_error "No configuration file specified and ~/.shorewallrc not found" fatal_error "No configuration file specified and ~/.shorewallrc not found"
fi fi