fix syntax

This commit is contained in:
rootzoll
2021-05-25 18:15:45 -05:00
parent b662ec3afe
commit 0a3ac5ac5c

View File

@@ -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"