From 73f74ad576121b63a65be69faa0aa7176c580f1e Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 12 Dec 2016 17:24:59 +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 d0aaf102a..817e12417 100755 --- a/Shorewall-init/install.sh +++ b/Shorewall-init/install.sh @@ -164,7 +164,7 @@ if [ $# -eq 0 ]; then # if [ -f ./shorewallrc ]; then . ./shorewallrc || exit 1 - file=~/.shorewallrc + file=./shorewallrc elif [ -f ~/.shorewallrc ]; then . ~/.shorewallrc || exit 1 file=./.shorewallrc