mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-08-17 18:20:56 +02:00
Update BackupAndUpdate.rsc
This commit is contained in:
@@ -198,7 +198,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
|
|||||||
:global buGlobalVarUpdateStep;
|
:global buGlobalVarUpdateStep;
|
||||||
############### ^^^^^^^^^ GLOBALS ^^^^^^^^^ ###############
|
############### ^^^^^^^^^ GLOBALS ^^^^^^^^^ ###############
|
||||||
|
|
||||||
:local scriptVersion "23.11.25";
|
:local scriptVersion "24.06.04";
|
||||||
|
|
||||||
# Current time `hh-mm-ss`
|
# Current time `hh-mm-ss`
|
||||||
:local currentTime ([:pick [/system clock get time] 0 2] . "-" . [:pick [/system clock get time] 3 5] . "-" . [:pick [/system clock get time] 6 8]);
|
:local currentTime ([:pick [/system clock get time] 0 2] . "-" . [:pick [/system clock get time] 3 5] . "-" . [:pick [/system clock get time] 6 8]);
|
||||||
|
Reference in New Issue
Block a user