Created
June 24, 2023 22:02
-
-
Save yppdr/de5fabc5fe09a6606d4e6cd47e121bea to your computer and use it in GitHub Desktop.
Désactiver le message You do not have valid subscription
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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