style 💎: Remove redundant comment and update commit reference #6

Merged
Jose merged 1 commits from dev into main 2026-02-08 20:13:52 +01:00

View File

@@ -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
Review

[Lines 23-24] [Score: 2] Unnecessary duplicate reference to the source commit and file. However, it does not affect the code's functionality or performance.

[Lines 23-24] [Score: 2] Unnecessary duplicate reference to the source commit and file. However, it does not affect the code's functionality or performance.
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