Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/e7d298ca3bd0ad42c9999d651ceb2052f52d6f30
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
2 additions and
5 deletions
@ -331,8 +331,6 @@ msg_ok "Update Successful"
exit
fi
if [ " $UPD " = = "2" ] ; then
clear
header_info
THEME = $( whiptail --title "NODE-RED THEMES" --radiolist --cancel-button Exit-Script "Choose Theme" 15 58 6 \
"dark" "" OFF \
"dracula" "" OFF \
@ -382,12 +382,11 @@ msg_ok "Updated Successfully!\n"
exit
fi
if [ " $UPD " = = "2" ] ; then
clear
header_info
cat paperless.creds
exit
fi
}
clear
if ! command -v pveversion >/dev/null 2>& 1; then update_script; else install_script; fi
if [ " $VERB " = = "yes" ] ; then set -x; fi
@ -357,7 +357,6 @@ echo -e "\n ⚠️ Ensure you set resources back to normal settings \n"
exit;
fi
if [ " $UPD " = = "2" ] ; then
msg_info "Stopping Vaultwarden"
systemctl stop vaultwarden.service
msg_ok "Stopped Vaultwarden"
@ -369,6 +369,7 @@ echo -e "WGDashboard should be reachable by going to the following URL.
exit
fi
}
clear
if ! command -v pveversion >/dev/null 2>& 1; then update_script; else install_script; fi
if [ " $VERB " = = "yes" ] ; then set -x; fi