1
0
Fork 0
mirror of https://github.com/pivpn/pivpn.git synced 2025-04-06 15:40:15 +00:00

added fi to if-statement

This commit is contained in:
EWouters 2017-03-16 22:28:50 +13:00
parent cd4d13691d
commit cb482d6697

View file

@ -173,6 +173,7 @@ if [[ "${NO_PASS}" =~ "1" ]]; then
exit 1 exit 1
else else
keynoPASS keynoPASS
fi
else else
keyPASS keyPASS
fi fi