Skip to content

Commit

Permalink
Merge pull request #54 from beeyev/beeyev-patch-1
Browse files Browse the repository at this point in the history
bugfix - cloud based detection #53
  • Loading branch information
beeyev authored Jun 4, 2024
2 parents 37e3493 + 25df3b8 commit c47e747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BackupAndUpdate.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#----------SCRIPT INFORMATION---------------------------------------------------
#
# Script: Mikrotik RouterOS automatic backup & update
# Version: 23.11.25
# Version: 24.06.04
# Created: 07/08/2018
# Updated: 25/11/2023
# Updated: 04/06/2024
# Author: Alexander Tebiev
# Website: https://github.com/beeyev
# You can contact me by e-mail at tebiev@mail.com
Expand Down Expand Up @@ -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;
};

Expand Down

0 comments on commit c47e747

Please sign in to comment.