diff options
Diffstat (limited to 'script-updates')
-rw-r--r-- | script-updates | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/script-updates b/script-updates index 2cdc703..b84fcbf 100644 --- a/script-updates +++ b/script-updates @@ -8,14 +8,14 @@ :global GlobalConfigVersion; :global Identity; :global IDonate; -:global SentConfigChangesNotification; -:global ScriptUpdatesFetch; :global ScriptUpdatesBaseUrl; -:global ScriptUpdatesUrlSuffix; +:global ScriptUpdatesFetch; :global ScriptUpdatesIgnore; +:global ScriptUpdatesUrlSuffix; +:global SentConfigChangesNotification; -:global SendNotification; :global LogPrintExit; +:global SendNotification; :foreach Script in=[ / system script find where source~"^#!rsc" ] do={ :local Ignore 0; |