mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-07-10 14:04:31 +02:00
Merge pull request #56 from beeyev/beeyev-patch-1
Update BackupAndUpdate.rsc
This commit is contained in:
commit
2fd1c96671
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 ([: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;
|
:set isSoftBased true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue