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.
2 parents 750f655 + 532a099 commit 2fd1c96Copy full SHA for 2fd1c96
BackupAndUpdate.rsc
@@ -214,7 +214,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
214
};
215
216
:local isSoftBased false;
217
-:if ([:pick [/system resource get board-name] 0 3] = "CHR" or [/system resource get board-name] = "x86") do={
+:if ([:pick [/system resource get board-name] 0 3] = "CHR" or [:pick [/system resource get board-name] 0 3] = "x86") do={
218
:set isSoftBased true;
219
220
0 commit comments