File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2947,7 +2947,7 @@ _SCRIPT_UPDATE_()
29472947}
29482948
29492949# #------------------------------------------##
2950- # # Modified by ExtremeFiretop [2025-Apr-14 ] ##
2950+ # # Modified by ExtremeFiretop [2025-May-10 ] ##
29512951# #------------------------------------------##
29522952_CheckForNewScriptUpdates_ ()
29532953{
@@ -3006,7 +3006,6 @@ ${REDct}v${SCRIPT_VERSION}${NOct} --> ${GRNct}v${DLRepoVersion}${NOct}"
30063006 _SCRIPT_UPDATE_ force
30073007 fi
30083008 else
3009- _WriteVarDefToHelperJSFile_ " isScriptUpdateAvailable" " $SCRIPT_VERSION "
30103009 scriptUpdateNotify=0
30113010 fi
30123011 return 0
@@ -11063,13 +11062,13 @@ then
1106311062 _ReleaseLock_ cliFileLock
1106411063 fi
1106511064 ;;
11066- " ${SCRIPT_NAME} script_update " | \
11067- " ${SCRIPT_NAME} forceupdate " )
11065+ " ${SCRIPT_NAME} update " | \
11066+ " ${SCRIPT_NAME} update_forceupdate " )
1106811067 if _AcquireLock_ cliFileLock
1106911068 then
11070- if [ " $3 " = " ${SCRIPT_NAME} forceupdate " ]
11069+ if [ " $3 " = " ${SCRIPT_NAME} update_forceupdate " ]
1107111070 then _SCRIPT_UPDATE_ force
11072- else _SCRIPT_UPDATE_
11071+ else _CheckForNewScriptUpdates_
1107311072 fi
1107411073 _ReleaseLock_ cliFileLock
1107511074 fi
You can’t perform that action at this time.
0 commit comments