Fixed auth.conf location

This commit is contained in:
Quentin McGaw
2018-03-31 21:26:17 -04:00
parent 32036c9822
commit 9373a72983

View File

@@ -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