mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-13 03:30:49 +02:00
shorten 2nd parameter
This commit is contained in:
parent
efb3c60419
commit
034d11e890
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user