Skip to content

Instantly share code, notes, and snippets.

@dazeb
Last active May 4, 2021 15:07
Show Gist options
  • Save dazeb/70cc826bc2c15b60178fa1509a067423 to your computer and use it in GitHub Desktop.
Save dazeb/70cc826bc2c15b60178fa1509a067423 to your computer and use it in GitHub Desktop.
## Proxmox remove subscription notice oneliner
## Credit to the original author whoever they are...
Run this command in the proxmox shell..
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
Restart Proxmox just incase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment