File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 44#
55# Original Creation Date: 2023-Oct-01 by @ExtremeFiretop.
66# Official Co-Author: @Martinski W. - Date: 2023-Nov-01
7- # Last Modified: 2024-Dec-21
7+ # Last Modified: 2024-Dec-22
88# ##################################################################
99set -u
1010
@@ -8556,7 +8556,7 @@ _ShowMainMenu_()
85568556}
85578557
85588558# #----------------------------------------##
8559- # # Modified by Martinski W. [2024-Dec-20 ] ##
8559+ # # Modified by Martinski W. [2024-Dec-22 ] ##
85608560# #----------------------------------------##
85618561_ShowAdvancedOptionsMenu_ ()
85628562{
@@ -8611,9 +8611,8 @@ _ShowAdvancedOptionsMenu_()
86118611 then
86128612 printf " \n${padStr} [Currently ${GRNct} DISABLED${NOct} ]\n"
86138613 else
8614- printf " \n${padStr} [Currently ${MAGENTAct} ENABLED${NOct} ]\n"
86158614 scriptUpdateCronSched=" $( _GetScriptAutoUpdateCronSchedule_) "
8616- printf " ${padStr} [Current Schedule: ${GRNct}${scriptUpdateCronSched}${NOct} ]"
8615+ printf " \n ${padStr} [Current Schedule: ${GRNct}${scriptUpdateCronSched}${NOct} ]"
86178616 printf " \n${padStr} [${GRNct} %s${NOct} ]\n" " $( _TranslateCronSchedHR_ " $scriptUpdateCronSched " ) "
86188617 fi
86198618
You can’t perform that action at this time.
0 commit comments