Update BackupAndUpdate.rsc

This commit is contained in:
Alexander Tebiev 2024-08-23 19:26:47 +02:00 committed by GitHub
parent 2fd1c96671
commit 6aafe7d8c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,7 +198,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
:global buGlobalVarUpdateStep;
############### ^^^^^^^^^ GLOBALS ^^^^^^^^^ ###############
:local scriptVersion "23.11.25";
:local scriptVersion "24.06.04";
# 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]);