Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/6974cd4ccb24fd5bfa07f3db1de6636d82a45873?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
1 deletions
@ -66,6 +66,9 @@ msg_ok "Set up Zigbee2MQTT Repository"
msg_info "Installing Zigbee2MQTT"
msg_info "Installing Zigbee2MQTT"
cd /opt/zigbee2mqtt & >/dev/null
cd /opt/zigbee2mqtt & >/dev/null
npm ci & >/dev/null
npm ci & >/dev/null
msg_ok "Installed Zigbee2MQTT"
msg_info "Creating Service"
service_path = "/etc/systemd/system/zigbee2mqtt.service"
service_path = "/etc/systemd/system/zigbee2mqtt.service"
echo " [Unit]
echo " [Unit]
Description = zigbee2mqtt
Description = zigbee2mqtt
@ -80,7 +83,7 @@ User=root
[ Install]
[ Install]
WantedBy = multi-user.target" > $service_path
WantedBy = multi-user.target" > $service_path
systemctl enable zigbee2mqtt.service & >/dev/null
systemctl enable zigbee2mqtt.service & >/dev/null
msg_ok " Installed Zigbee2MQTT "
msg_ok " Created Service "
PASS = $( grep -w "root" /etc/shadow | cut -b6) ;
PASS = $( grep -w "root" /etc/shadow | cut -b6) ;
if [ [ $PASS != $ ] ] ; then
if [ [ $PASS != $ ] ] ; then