installer: echo before sleep

This commit is contained in:
Franco Fichtner 2016-09-23 09:51:22 +02:00
parent 5120905f1c
commit 3b54d29851

View File

@ -78,8 +78,8 @@ echo "as a self-signed certificate is used by default."
echo
echo -n "Rebooting in 5 seconds. CTRL-C to abort"
for n in 5 4 3 2 1; do
sleep 1
echo -n "."
sleep 1
done
echo