mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-06-02 23:42:35 +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
|
# 2nd PARAMETER (optional): -loop-until-synced
|
||||||
loopUntilSynced=0
|
loopUntilSynced=0
|
||||||
if [ "$2" == "-loop-until-synced" ]; then
|
if [ "$2" == "loop" ]; then
|
||||||
loopUntilSynced=1
|
loopUntilSynced=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user