Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/050268ad7aaf2d9aed5e0416b973a57b88cf75e2?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update emqx-install.sh

pull/569/head
tteckster 3 years ago committed by GitHub
parent af5172beaf
commit 050268ad7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,11 +74,11 @@ apt-get install -y gnupg &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing EMQX"
curl -s https://assets.emqx.com/scripts/install-emqx-deb.sh | bash &>/dev/null
apt-get install -y emqx &>/dev/null
#curl -s https://assets.emqx.com/scripts/install-emqx-deb.sh | bash &>/dev/null
#apt-get install -y emqx &>/dev/null
#sudo emqx start &>/dev/null
#wget https://www.emqx.com/en/downloads/broker/5.0.8/emqx-5.0.8-debian11-amd64.deb &>/dev/null
#apt install ./emqx-5.0.8-debian11-amd64.deb &>/dev/null
wget https://www.emqx.com/en/downloads/broker/5.0.8/emqx-5.0.8-debian11-amd64.deb &>/dev/null
apt install ./emqx-5.0.8-debian11-amd64.deb &>/dev/null
systemctl start emqx
msg_ok "Installed EMQX"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.