Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/51def5ec4cf420f356cda77d6b1407eb9c9b2b27?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -109,7 +109,7 @@ fi
read -r -p "Disable Subscription Nag? <y/N> " prompt
read -r -p "Disable Subscription Nag? <y/N> " prompt
if [ [ " ${ prompt ,, } " = ~ ^( y| yes) $ ] ] ; then
if [ [ " ${ prompt ,, } " = ~ ^( y| 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
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
apt --reinstall install proxmox-widget-toolkit & >/dev/null
msg_ok "Disabled Subscription Nag (Delete browser cache)"
msg_ok "Disabled Subscription Nag (Delete browser cache)"
fi
fi