diff --git a/install.sh b/install.sh index f683ed5..abf1255 100755 --- a/install.sh +++ b/install.sh @@ -55,7 +55,7 @@ greeting() { echo " Git user: $green$GIT_USER <$GIT_EMAIL>$sgr0" echo - if [ -t 0 ] && [ -t 1 ] && [ "$SKIP_CONFIRMATION" != "yes" ] ; then + if [ -t 0 ] && [ -t 1 ] && [ "$SKIP_CONFIRMATION" != "yes" ]; then echo "Press ENTER to continue (CTRL-C to cancel)..." read -r _ fi