From 6f57118c9f955e1e1a035868b5b55f42f6c733d8 Mon Sep 17 00:00:00 2001 From: Meliox Date: Fri, 17 May 2024 11:25:26 +0200 Subject: [PATCH] Inform user to clear cache after successfull installation --- pve-mod-gui-sensors.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index 333c1bc..6cc8c0e 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -559,6 +559,7 @@ function install_mod { # Create backup of original file cp "$pvemanagermobilelibjs" "$BACKUP_DIR/pvemanager-mobile.js.$timestamp" msg "Backup of \"$pvemanagermobilelibjs\" saved to \"$BACKUP_DIR/pvemanager-mobile.js.$timestamp\"." + else warn "Sensor display items already added to the summary panel in \"$pvemanagermobilelibjs\"." fi @@ -566,6 +567,8 @@ function install_mod { restart_proxy msg "Installation completed" + + msg "Clear the browser cache to ensure all changes are visualized." } # Function to uninstall the modification