Skip to content

Commit 532a099

Browse files
authored
Update BackupAndUpdate.rsc
1 parent 750f655 commit 532a099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BackupAndUpdate.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
214214
};
215215

216216
:local isSoftBased false;
217-
:if ([:pick [/system resource get board-name] 0 3] = "CHR" or [/system resource get board-name] = "x86") do={
217+
:if ([:pick [/system resource get board-name] 0 3] = "CHR" or [:pick [/system resource get board-name] 0 3] = "x86") do={
218218
:set isSoftBased true;
219219
};
220220

0 commit comments

Comments
 (0)