Last active
May 7, 2022 21:04
-
-
Save majabojarska/eec3bd98cc9852921d53e84bf686714f to your computer and use it in GitHub Desktop.
Proxmox VE remove no subscription notice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Credits go to John McLaren: https://johnscs.com/remove-proxmox51-subscription-notice/ | |
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment