Skip to content

Instantly share code, notes, and snippets.

@majabojarska
Last active May 7, 2022 21:04
Show Gist options
  • Save majabojarska/eec3bd98cc9852921d53e84bf686714f to your computer and use it in GitHub Desktop.
Save majabojarska/eec3bd98cc9852921d53e84bf686714f to your computer and use it in GitHub Desktop.
Proxmox VE remove no subscription notice
#!/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