mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
nicer message with counting seconds
This commit is contained in:
@@ -315,7 +315,7 @@ elif [ "$1" = "unlock" ]; then
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
echo "# waiting to unlock wallet ... $((attempt*5))"
|
||||
echo "# waiting to unlock wallet ($((attempt*5))) ... "
|
||||
sleep 5
|
||||
attempt=$((attempt+1))
|
||||
done
|
||||
|
Reference in New Issue
Block a user