nginx.sh updated
This commit is contained in:
parent
1c26bfa818
commit
da94961fc1
1 changed files with 2 additions and 2 deletions
|
|
@ -29,11 +29,11 @@ else
|
|||
break
|
||||
|
||||
elif [[ "$install" == "n" || "$install" = "N" ]]; then
|
||||
echo -e "Dependencies not installed... Exiting"
|
||||
echo -e "\nDependencies not installed... Exiting\n"
|
||||
exit 1
|
||||
|
||||
else
|
||||
echo -e "Invalid response... Try again...\n\nY = (Yes install $bin)\nN = (No, don't install dependencies and exit)\n "
|
||||
echo -e "\nInvalid response... Try again...\n\nY = (Yes, install $bin)\nN = (No, don't install dependencies and exit)\n "
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue