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
else
keynoPASS
fi
else
keyPASS
fi