Fix silly typo

Reported-by: reddit.com/u/Bexacef
This commit is contained in:
Michael Moon
2021-06-01 18:25:03 +08:00
parent 1935e798a1
commit 86470b2978

View File

@@ -219,7 +219,7 @@ if ! [ -r "$REMOTEINFO" ]
then
if [ -z "$TOK" ]
then
if [ -z "$PIA_UESRNAME" ] || [ -z "$PASS" ]
if [ -z "$PIA_USERNAME" ] || [ -z "$PASS" ]
then
echo "A new auth token is required."
fi