From 2f760ee012a59d995937af71371b2d05f6bbdca9 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 28 Aug 2024 21:59:02 +0200 Subject: [PATCH] Add Proxmox/Subscription/PVEsub.sh --- Proxmox/Subscription/PVEsub.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Proxmox/Subscription/PVEsub.sh diff --git a/Proxmox/Subscription/PVEsub.sh b/Proxmox/Subscription/PVEsub.sh new file mode 100644 index 0000000..8788fc8 --- /dev/null +++ b/Proxmox/Subscription/PVEsub.sh @@ -0,0 +1,3 @@ +#!/bin/bash +sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js +systemctl restart pveproxy.service \ No newline at end of file