From 5feca1720864605b30393a1a976f91bf38dcc81b Mon Sep 17 00:00:00 2001 From: Meliox Date: Thu, 7 Aug 2025 10:18:47 +0200 Subject: [PATCH] correct comments --- pve-mod-gui-sensors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index 4297a40..5e9829e 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -967,7 +967,7 @@ function uninstall_mod { cp "$latest_nodes_pm" "$NODES_PM_FILE" msg "Copied latest backup to $NODES_PM_FILE." else - warn "No Nodes.pm files found." + warn "No Nodes.pm backup files found." fi # Find the latest pvemanagerlib.js file using the find command @@ -978,7 +978,7 @@ function uninstall_mod { cp "$latest_pvemanagerlibjs" "$PVE_MANAGER_LIB_JS_FILE" msg "Copied latest backup to \"$PVE_MANAGER_LIB_JS_FILE\"." else - warn "No pvemanagerlib.js files found." + warn "No pvemanagerlib.js backup files found." fi if [ -n "$latest_nodes_pm" ] || [ -n "$latest_pvemanagerlibjs" ]; then