Skip to content

Commit 60216c9

Browse files
Fixed Issue with Uninstallation on Gnuton F/W
On Gnuton F/W, there was an issue that generated an error and was preventing a full uninstallation of MerlinAU.
1 parent dfb5186 commit 60216c9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MerlinAU.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# Original Creation Date: 2023-Oct-01 by @ExtremeFiretop.
66
# Official Co-Author: @Martinski W. - Date: 2023-Nov-01
7-
# Last Modified: 2025-Aug-10
7+
# Last Modified: 2025-Aug-13
88
###################################################################
99
set -u
1010

1111
## Set version for each Production Release ##
1212
readonly SCRIPT_VERSION=1.5.3
13-
readonly SCRIPT_VERSTAG="25081021"
13+
readonly SCRIPT_VERSTAG="25081319"
1414
readonly SCRIPT_NAME="MerlinAU"
1515
## Set to "master" for Production Releases ##
1616
SCRIPT_BRANCH="dev"
@@ -9630,7 +9630,7 @@ _DoInstallation_()
96309630
}
96319631

96329632
##----------------------------------------##
9633-
## Modified by Martinski W. [2025-Apr-11] ##
9633+
## Modified by Martinski W. [2025-Aug-13] ##
96349634
##----------------------------------------##
96359635
_DoUnInstallation_()
96369636
{
@@ -9667,6 +9667,8 @@ _DoUnInstallation_()
96679667
_AutoServiceEvent_ delete 2>/dev/null
96689668
fi
96699669

9670+
"$isGNUtonFW" && umount "$FW_UpdateCheckScript" 2>/dev/null
9671+
96709672
if rm -fr "${SETTINGS_DIR:?}" && \
96719673
rm -fr "${SCRIPT_WEB_DIR:?}" && \
96729674
rm -fr "${FW_BIN_BASE_DIR:?}/$ScriptDirNameD" && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MerlinAU - AsusWRT-Merlin Firmware Auto Updater
22
## v1.5.3
3-
## 2025-Aug-10
3+
## 2025-Aug-13
44

55
## WebUI:
66
![image](https://github.com/user-attachments/assets/9c1dff99-9c13-491b-a7fa-aff924d5f02e)

0 commit comments

Comments
 (0)