mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-02-17 09:30:49 +01:00
Merge pull request #56 from beeyev/beeyev-patch-1
Update BackupAndUpdate.rsc
This commit is contained in:
commit
2fd1c96671
@ -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…
Reference in New Issue
Block a user