Skip to content

Instantly share code, notes, and snippets.

@HorlogeSkynet
Last active March 20, 2020 16:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HorlogeSkynet/9c59f9b3fe8168fd50c54cdeaa58e8c0 to your computer and use it in GitHub Desktop.
Save HorlogeSkynet/9c59f9b3fe8168fd50c54cdeaa58e8c0 to your computer and use it in GitHub Desktop.
How to remove Proxmox 5 (and later) subscription message ?
#!/usr/bin/env bash
sed -i.bak 's/NotFound/Active/1' /usr/share/perl5/PVE/API2/Subscription.pm
systemctl restart pveproxy.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment