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

Update hyperhdr-install.sh

Create service file
pull/2363/head
tteckster 1 year ago committed by GitHub
parent d5d245cf47
commit 2699f25457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,6 +28,24 @@ $STD apt-get update
$STD apt-get install -y hyperhdr $STD apt-get install -y hyperhdr
msg_ok "Installed HyperHDR" msg_ok "Installed HyperHDR"
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/hyperhdr.service
[Unit]
Description=HyperHDR Service
After=syslog.target network.target
[Service]
Restart=on-failure
RestartSec=5
Type=simple
ExecStart=/usr/bin/hyperhdr
[Install]
WantedBy=multi-user.target
EOF
systemctl enable -q --now hyperhdr
msg_ok "Created Service"
motd_ssh motd_ssh
customize customize

Loading…
Cancel
Save

Powered by BW's shoe-string budget.