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