mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
fix syntax
This commit is contained in:
@@ -30,7 +30,7 @@ sleep 2
|
|||||||
# SETUP DONE CONFIRMATION (Konfetti Moment)
|
# SETUP DONE CONFIRMATION (Konfetti Moment)
|
||||||
|
|
||||||
# when coming from fresh setup
|
# when coming from fresh setup
|
||||||
if [ "${setupPhase}" == "setup" ];
|
if [ "${setupPhase}" == "setup" ]; then
|
||||||
clear
|
clear
|
||||||
echo "Hooray :) Everything is Setup!"
|
echo "Hooray :) Everything is Setup!"
|
||||||
echo "PRESS ENTER"
|
echo "PRESS ENTER"
|
||||||
|
Reference in New Issue
Block a user