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

Update build.func

tweak
pull/3905/head
tteckster 8 months ago committed by GitHub
parent 8d8b152f6f
commit f5d1d21ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -503,7 +503,7 @@ install_script() {
start() {
if command -v pveversion >/dev/null 2>&1; then
if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "To ensure the safety of your system, please only use https://tteck.github.io/Proxmox/\n\nThis will create a New ${APP} LXC. Proceed?" 10 90); then
if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "To ensure the safety of your system, please use ONLY https://tteck.github.io/Proxmox/\n\nThis will create a New ${APP} LXC. Proceed?" 10 90); then
clear
echo -e "⚠ User exited script \n"
exit

Loading…
Cancel
Save

Powered by BW's shoe-string budget.