Skip to content

Commit 68fecab

Browse files
Fix The Update Check Status Post Upgrade
Fix The Update Check Status Post Upgrade in the WebUI
1 parent c0e759c commit 68fecab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MerlinAU.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ readonly SCRIPT_NAME="MerlinAU"
1414
## Set to "master" for Production Releases ##
1515
SCRIPT_BRANCH="dev"
1616

17+
##FOR TESTING/DEBUG ONLY##
18+
if true ; then SCRIPT_BRANCH="WebFun" ; fi
19+
##FOR TESTING/DEBUG ONLY##
20+
1721
##----------------------------------------##
1822
## Modified by Martinski W. [2024-Jul-03] ##
1923
##----------------------------------------##
@@ -8901,6 +8905,7 @@ _DoStartupInit_()
89018905
_AutoStartupHook_ create 2>/dev/null
89028906
_AutoServiceEvent_ create 2>/dev/null
89038907
fi
8908+
89048909
}
89058910

89068911
##----------------------------------------##
@@ -8933,6 +8938,7 @@ _DoInstallation_()
89338938

89348939
if ! _AcquireLock_ cliMenuLock
89358940
then Say "Exiting..." ; exit 1 ; fi
8941+
_ConfirmCronJobForFWAutoUpdates_
89368942
_MainMenu_
89378943
}
89388944

0 commit comments

Comments
 (0)