mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-12-06 10:19:28 +00:00
bugfix - cloud based detection
This commit is contained in:
parent
37e3493d16
commit
8676bdd908
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
|
||||||
};
|
};
|
||||||
|
|
||||||
:local isSoftBased false;
|
:local isSoftBased false;
|
||||||
:if ([/system resource get board-name] = "CHR" or [/system resource get board-name] = "x86") do={
|
:if ([:pick [/system resource get board-name] 0 3] = "CHR" or [/system resource get board-name] = "x86") do={
|
||||||
:set isSoftBased true;
|
:set isSoftBased true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue