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

Update runtipi.sh

add update path
pull/2259/head
tteckster 2 years ago committed by GitHub
parent 325288f099
commit 36fffde502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ function default_settings() {
function update_script() { function update_script() {
header_info header_info
if [[ ! -d /opt/runtipi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi if [[ ! -d /opt/runtipi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_error "There is currently no update path available." cd /opt/runtipi && ./runtipi-cli update latest
exit exit
} }

Loading…
Cancel
Save

Powered by BW's shoe-string budget.