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