Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/f004932f27ee4aa426877ea5bc9af1183a9411b7 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update unifi-install.sh

correct Local Controller default
pull/752/head
tteckster 3 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.