install: fix formatting
This commit is contained in:
parent
80136704e7
commit
e086b337b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue