Skip to content

Instantly share code, notes, and snippets.

@seeker
Created October 25, 2018 18:04
Show Gist options
  • Save seeker/3ddc10e40d9d8711579323a88a990963 to your computer and use it in GitHub Desktop.
Save seeker/3ddc10e40d9d8711579323a88a990963 to your computer and use it in GitHub Desktop.
Remove the Proxmox nag dialog
#!/bin/sh
sed -i.bak "s/data.status !== 'Active'/false/" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment