install: fix formatting

This commit is contained in:
Fernando Schauenburg 2024-07-19 22:40:19 +02:00
parent 80136704e7
commit e086b337b1

View file

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