Update unifi-install.sh

correct Local Controller default
pull/752/head
tteckster 2 years ago committed by GitHub
parent a16ab672c2
commit f004932f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.