File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ readonly SCRIPT_NAME="MerlinAU"
1414# # Set to "master" for Production Releases ##
1515SCRIPT_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
You can’t perform that action at this time.
0 commit comments