From 8a7a838dfd3a36ede1d397f3f39e345a52f2e62d Mon Sep 17 00:00:00 2001 From: Martinski <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sat, 18 Jan 2025 22:41:58 -0800 Subject: [PATCH 1/2] More Code Improvements - Added/modified the shell script to have the option to save/keep the current configuration file when uninstalling the add-on. This can be useful when a user needs to uninstalls all 3rd-party add-ons to do a full factory defaults reset, or simply wants to save the config file for re-install on a another (new?) router. - Added/modified the ASP file so the WebGUI page extracts the current version string from the shared custom settings instead of having a hard-coded string. - Some coding improvements. --- MerlinAU.asp | 198 ++++++++++++++++++++++++++++++--------------------- MerlinAU.sh | 30 ++++++-- 2 files changed, 142 insertions(+), 86 deletions(-) diff --git a/MerlinAU.asp b/MerlinAU.asp index b02d86fb..77cdaaf5 100644 --- a/MerlinAU.asp +++ b/MerlinAU.asp @@ -29,14 +29,14 @@