mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix syntax
This commit is contained in:
parent
b662ec3afe
commit
0a3ac5ac5c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue