mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-08-02 00:54:54 +02:00
Update BackupAndUpdate.rsc
This commit is contained in:
parent
750f655c7c
commit
532a099778
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;
|
||||
: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={
|
||||
:set isSoftBased true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue