mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2024-11-23 08:03:06 +01:00
bugfix - cloud based detection
This commit is contained in:
parent
37e3493d16
commit
8676bdd908
@ -214,7 +214,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
|
||||
};
|
||||
|
||||
: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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user