diff options
author | Christian Hesse <mail@eworm.de> | 2021-04-29 16:26:31 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-04-29 22:37:36 +0200 |
commit | d2560db5c96b5e2679178fd4f6595af89cab0801 (patch) | |
tree | 0b15c70107c7c68c5789d3cdc5f251867be68bba /global-functions | |
parent | 529cefffafca2dedd93f48303db73805d965431f (diff) |
email-backup: use $SendEMail2change-49
This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings
overwrite if required:
:global EmailGeneralToOverride {
"email-backup"="backup@example.com";
}
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index a1a070c..699b0fe 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 48; +:global ExpectedConfigVersion 49; # global variables not to be changed by user :global GlobalFunctionsReady false; |