diff --git a/tasks/subscription.yml b/tasks/subscription.yml index 6a24492..ba8750e 100644 --- a/tasks/subscription.yml +++ b/tasks/subscription.yml @@ -20,7 +20,8 @@ mode: "0755" content: | #!/bin/sh - # source: https://github.com/community-scripts/ProxmoxVE/blob/main/tools/pve/post-pve-install.sh Commit c464b95 + # source: https://github.com/community-scripts/ProxmoxVE/blob/main/tools/pve/post-pve-install.sh + # Commit c464b95 WEB_JS=/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js if [ -s "$WEB_JS" ] && ! grep -q NoMoreNagging "$WEB_JS"; then echo "Patching Web UI nag..." @@ -93,4 +94,3 @@ or proxmoxlib_js.stat.checksum != (proxmoxlib_js_checksum_stored.content | b64decode | trim) notify: Ppatch legacy proxmoxlib.js -