mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
typo in sync loop
This commit is contained in:
parent
19091acf49
commit
88573fab3f
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ if [ "$1" = "source" ]; then
|
|||
|
||||
# wait 20 seconds for user exiting loop
|
||||
echo ""
|
||||
echo -en "OK on sync loop done ... will test in another if all was transferred."
|
||||
echo -en "OK one sync loop done ... will test in next loop if all was transferred."
|
||||
echo -en "PRESS X TO MANUALLY FINISH SYNCING"
|
||||
read -n 1 -t 6 keyPressed
|
||||
if [ "${keyPressed}" = "x" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue