Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion MerlinAU.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10829,6 +10829,8 @@ then

inMenuMode=true
_DoInitializationStartup_
_CheckFor_VersionFile_

if _AcquireLock_ cliFileLock
then
_CheckForNewScriptUpdates_
Expand All @@ -10839,7 +10841,6 @@ then

_ConfirmCronJobForFWAutoUpdates_
_CheckFor_WebGUI_Page_
_CheckFor_VersionFile_

_MainMenu_ "$@"
_DoExit_ 0
Expand Down