File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 667667 :global ScriptUpdatesBaseUrl;
668668 :global ScriptUpdatesFetch;
669669 :global ScriptUpdatesUrlSuffix;
670- :global SentConfigChangesNotification;
671670
672671 :global CertificateAvailable;
673672 :global IfThenElse;
833832 }
834833 }
835834
836- :if ($SentConfigChangesNotification != $ExpectedConfigVersion && \
837- $NoNewsAndChangesNotification != true) do={
835+ :if ($NoNewsAndChangesNotification != true) do={
838836 :local NotificationMessage ("The configuration version on " . $Identity . " increased " . \
839837 "to " . $ExpectedConfigVersion . ", current configuration may need modification. " . \
840838 "Please review and update global-config-overlay, then re-run global-config.");
865863 $SendNotification2 ({ origin=$0; \
866864 subject=([ $SymbolForNotification "pushpin" ] . "News and configuration changes"); \
867865 message=$NotificationMessage; link=$Link });
868- :set SentConfigChangesNotification $ExpectedConfigVersion;
869866 }
870867
871868 :set GlobalConfigChanges;
You can’t perform that action at this time.
0 commit comments