4
0

Update config/remove_subscription_warning.sh

This commit is contained in:
2025-07-28 22:25:12 +02:00
parent 2562cfdf8c
commit fbeb655459

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# Create backup and remove subscription warning from js file
sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
sed -Ezi.bak "s/(function \(orig_cmd\) \{)/\1\n orig_cmd();\n return;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
systemctl restart pveproxy.service