typo in sync loop

This commit is contained in:
rootzoll 2021-06-21 13:48:42 +02:00
parent 19091acf49
commit 88573fab3f

View file

@ -367,7 +367,7 @@ if [ "$1" = "source" ]; then
# wait 20 seconds for user exiting loop # wait 20 seconds for user exiting loop
echo "" 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" echo -en "PRESS X TO MANUALLY FINISH SYNCING"
read -n 1 -t 6 keyPressed read -n 1 -t 6 keyPressed
if [ "${keyPressed}" = "x" ]; then if [ "${keyPressed}" = "x" ]; then