From d2890df8b9ba8dac33ff93d334582f45d7943090 Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 12 Dec 2016 17:28:40 +0100 Subject: [PATCH] init: Correct the filepath of .shorewallrc Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- Shorewall-init/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 817e12417..4749c0258 100755 --- a/Shorewall-init/install.sh +++ b/Shorewall-init/install.sh @@ -167,7 +167,7 @@ if [ $# -eq 0 ]; then file=./shorewallrc elif [ -f ~/.shorewallrc ]; then . ~/.shorewallrc || exit 1 - file=./.shorewallrc + file=~/.shorewallrc else fatal_error "No configuration file specified and ~/.shorewallrc not found" fi