update comment

This commit is contained in:
Kristian Haugene 2015-08-08 01:22:25 +02:00
parent 7909b71e2d
commit adab8884f4

View File

@ -32,7 +32,7 @@ then
printf "$RESOLV_OVERRIDE" > /etc/resolv.conf
fi
# add PIA user/pass
# add OpenVPN user/pass
if [ "${OPENVPN_USERNAME}" = "**None**" ] || [ "${OPENVPN_PASSWORD}" = "**None**" ] ; then
echo "PIA credentials not set. Exiting."
exit 1