From 6e4a718f8641b65d48bb1e521fe69d99fb9c9e4f Mon Sep 17 00:00:00 2001 From: Lyanis SOUIDI Date: Fri, 18 Oct 2024 19:56:37 +0200 Subject: [PATCH] fix proxmox subscription warning --- config/remove_subscription_warning.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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