diff options
author | Christian Hesse <mail@eworm.de> | 2019-06-14 14:59:49 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-06-14 15:13:41 +0200 |
commit | 5101d57d52e60a3c10b974217af70166a3145c45 (patch) | |
tree | 4141698ae343d4fb4c0a0e3999d87413382da14f /global-functions | |
parent | 2252058202e66051aa6cd4b6dac6d885da9167e8 (diff) |
backup: split off cloud-backupchange-5
Currently backup to MikroTik cloud is pretty unreliable and script can
not catch errors at runtime. Looks like this does not change any time
soon (Ticket#2019052022003204).
So let's just split off the cloud backup to make sure email backup works
as expected.
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 a629ca6..6522bd8 100644 --- a/global-functions +++ b/global-functions @@ -5,7 +5,7 @@ # global functions # expected configuration version -:global ExpectedConfigVersion 4; +:global ExpectedConfigVersion 5; # global variables not to be changed by user :global SentConfigChangesNotification "-"; |