mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
shorten 2nd parameter
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user