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