4
0
Files
proxmox-scripts/config/remove_subscription_warning.sh

7 lines
264 B
Bash
Raw Normal View History

2024-05-11 20:30:37 +02:00
#!/bin/bash
# Create backup and remove subscription warning from js file
sed -Ezi.bak "s/(function \(orig_cmd\) \{)/\1\n orig_cmd();\n return;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
2024-05-11 20:30:37 +02:00
systemctl restart pveproxy.service