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)
# when coming from fresh setup
if [ "${setupPhase}" == "setup" ];
if [ "${setupPhase}" == "setup" ]; then
clear
echo "Hooray :) Everything is Setup!"
echo "PRESS ENTER"