Inform user to clear cache after successfull installation

This commit is contained in:
Meliox 2024-05-17 11:25:26 +02:00
parent 4f530fe89d
commit 6f57118c9f

View File

@ -559,6 +559,7 @@ function install_mod {
# Create backup of original file # Create backup of original file
cp "$pvemanagermobilelibjs" "$BACKUP_DIR/pvemanager-mobile.js.$timestamp" cp "$pvemanagermobilelibjs" "$BACKUP_DIR/pvemanager-mobile.js.$timestamp"
msg "Backup of \"$pvemanagermobilelibjs\" saved to \"$BACKUP_DIR/pvemanager-mobile.js.$timestamp\"." msg "Backup of \"$pvemanagermobilelibjs\" saved to \"$BACKUP_DIR/pvemanager-mobile.js.$timestamp\"."
else else
warn "Sensor display items already added to the summary panel in \"$pvemanagermobilelibjs\"." warn "Sensor display items already added to the summary panel in \"$pvemanagermobilelibjs\"."
fi fi
@ -566,6 +567,8 @@ function install_mod {
restart_proxy restart_proxy
msg "Installation completed" msg "Installation completed"
msg "Clear the browser cache to ensure all changes are visualized."
} }
# Function to uninstall the modification # Function to uninstall the modification