mirror of
https://github.com/RasppleII/a2server.git
synced 2025-01-24 03:37:04 +00:00
no longer skips first prompt if using -i option
This commit is contained in:
parent
9dfbe0e9f3
commit
59d293ec84
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user