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