We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd1c96 commit 6aafe7dCopy full SHA for 6aafe7d
1 file changed
BackupAndUpdate.rsc
@@ -198,7 +198,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
198
:global buGlobalVarUpdateStep;
199
############### ^^^^^^^^^ GLOBALS ^^^^^^^^^ ###############
200
201
-:local scriptVersion "23.11.25";
+:local scriptVersion "24.06.04";
202
203
# Current time `hh-mm-ss`
204
:local currentTime ([:pick [/system clock get time] 0 2] . "-" . [:pick [/system clock get time] 3 5] . "-" . [:pick [/system clock get time] 6 8]);
0 commit comments