mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-08-01 08:34:38 +02:00
Update BackupAndUpdate.rsc
This commit is contained in:
parent
46b1e7e6b8
commit
9528c6e137
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
|
|||
:global buGlobalVarUpdateStep;
|
||||
############### ^^^^^^^^^ GLOBALS ^^^^^^^^^ ###############
|
||||
|
||||
:local scriptVersion "22.01.17";
|
||||
:local scriptVersion "22.07.15";
|
||||
|
||||
#Current date time in format: 2020jan15-221324
|
||||
:local dateTime ([:pick [/system clock get date] 7 11] . [:pick [/system clock get date] 0 3] . [:pick [/system clock get date] 4 6] . "-" . [:pick [/system clock get time] 0 2] . [:pick [/system clock get time] 3 5] . [:pick [/system clock get time] 6 8]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue