Update unifi-install.sh

correct Local Controller default
This commit is contained in:
tteckster 2022-11-15 07:10:08 -05:00 committed by GitHub
parent a16ab672c2
commit f004932f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null
msg_ok "Installed Dependencies"
read -r -p "Local Controller? <Y/n> " prompt
read -r -p "Local Controller? <y/N> " prompt
if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]]; then
LOCAL="--local-controller"
else