Skip to content

Instantly share code, notes, and snippets.

@yppdr
Created June 24, 2023 22:02
Show Gist options
  • Select an option

  • Save yppdr/de5fabc5fe09a6606d4e6cd47e121bea to your computer and use it in GitHub Desktop.

Select an option

Save yppdr/de5fabc5fe09a6606d4e6cd47e121bea to your computer and use it in GitHub Desktop.
Désactiver le message You do not have valid subscription
#! /bin/bash
# Patch du fichier JS
sed -i.bak "s/.data.status.toLowerCase() !== 'active') {/.data.status.toLowerCase() !== 'active') { orig_cmd\(\); } else if ( false ) {/" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
# Restart PVE Web
systemctl restart pveproxy.service
# Restart PBS Web
systemctl restart proxmox-backup-proxy.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment