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

Merge pull request from srappan/main

fix msg-info to msg_info, typo caused script to quit
pull/199/head
tteckster 3 years ago committed by GitHub
commit 1730d5326e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,10 +98,10 @@ fi
read -r -p "Disable Subscription Nag? <Y/n> " prompt
if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]]
then
msg-info "Disabling Subscription Nag"
msg_info "Disabling Subscription Nag"
echo "DPkg::Post-Invoke { \"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ \$? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; }; fi\"; };" > /etc/apt/apt.conf.d/no-nag-script
apt --reinstall install proxmox-widget-toolkit &>/dev/null
msg-ok "Disabled Subscription Nag"
msg_ok "Disabled Subscription Nag"
fi
msg_ok "Finished....Please Update Proxmox"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.