From ae15b765751bbc7cce57b96e2af76679f03294d1 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 8 Feb 2026 20:07:33 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Remove=20redundant=20co?= =?UTF-8?q?mment=20and=20update=20commit=20reference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed unnecessary comments from the codebase and updated references to the latest commit. This refactoring improves readability and ensures consistency with the current version control. --- tasks/subscription.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - -- 2.49.1