From 9373a72983282d378607d843e75274810992e34a Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 31 Mar 2018 21:26:17 -0400 Subject: [PATCH] Fixed auth.conf location --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index ffd7a688..0845c02d 100644 --- a/script.sh +++ b/script.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -if [ ! -f "/pia/auth.conf" ]]; then +if [ ! -f "/auth.conf" ]]; then echo "File auth.conf was not found, aborting !" exit 1 fi