diff --git a/config/remove_subscription_warning.sh b/config/remove_subscription_warning.sh index 181e3d8..16d733d 100644 --- a/config/remove_subscription_warning.sh +++ b/config/remove_subscription_warning.sh @@ -1,6 +1,6 @@ #!/bin/bash # Create backup and remove subscription warning from js file -sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\);\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js +sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js systemctl restart pveproxy.service