mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-28 20:30:05 +02:00
notify about backup for global-config-overlay
This commit is contained in:
parent
5d263ca11e
commit
ba730708f5
2 changed files with 2 additions and 1 deletions
|
@ -101,6 +101,7 @@
|
|||
90="Chat with your router! Introduced 'telegram-chat' to chat via Telegram bot and send commands to your router.";
|
||||
91="Dropped check for CAP in 'check-routeros-update' to solve issues with wifiwave2 package.";
|
||||
92="Made qr-code url configurable for 'daily-psk'.";
|
||||
93="Added support to backup global-config-overlay in 'backup-email' and 'backup-upload'.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
:local 0 "global-functions";
|
||||
|
||||
# expected configuration version
|
||||
:global ExpectedConfigVersion 92;
|
||||
:global ExpectedConfigVersion 93;
|
||||
|
||||
# global variables not to be changed by user
|
||||
:global GlobalFunctionsReady false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue