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 46b1e7e commit 9528c6eCopy full SHA for 9528c6e
1 file changed
BackupAndUpdate.rsc
@@ -175,7 +175,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
175
:global buGlobalVarUpdateStep;
176
############### ^^^^^^^^^ GLOBALS ^^^^^^^^^ ###############
177
178
-:local scriptVersion "22.01.17";
+:local scriptVersion "22.07.15";
179
180
#Current date time in format: 2020jan15-221324
181
: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]);
0 commit comments