shorten 2nd parameter

This commit is contained in:
rootzoll 2021-05-25 20:29:10 -05:00
parent efb3c60419
commit 034d11e890

View File

@ -14,7 +14,7 @@ fi
# 2nd PARAMETER (optional): -loop-until-synced
loopUntilSynced=0
if [ "$2" == "-loop-until-synced" ]; then
if [ "$2" == "loop" ]; then
loopUntilSynced=1
fi