no longer skips first prompt if using -i option

This commit is contained in:
Ivan X 2016-01-17 13:16:21 -05:00
parent 9dfbe0e9f3
commit 59d293ec84

View File

@ -152,7 +152,7 @@ if [[ $unsupportedOS ]]; then
fi
doSetup=1
if [[ ! -f /usr/local/etc/a2server-help.txt ]] || (( $a2server_update )); then
if [[ $installAll || ! -f /usr/local/etc/a2server-help.txt ]] || (( $a2server_update )); then
echo
echo "Setting up A2SERVER will take up to 60 minutes, during which"
echo "you'll see a bunch of stuff spit out across the screen."