From d716e87d55bdfbea66e1be1919eaa33672b71b79 Mon Sep 17 00:00:00 2001 From: Alexander Beeyev Date: Thu, 17 Jan 2019 13:22:56 +0300 Subject: [PATCH] Ability to change release channel has been temporarily disabled. https://github.com/beeyev/Mikrotik-Firmware-Auto-Updater/issues/1 --- firmware-updater.rsc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/firmware-updater.rsc b/firmware-updater.rsc index 8e60a01..3b5d80d 100644 --- a/firmware-updater.rsc +++ b/firmware-updater.rsc @@ -12,7 +12,8 @@ :local sensetiveDataInConfig false; ## Update channel. Possible values: current, bugfix -:local updateChannel "current"; +## Temporarily disabled +##:local updateChannel "current"; ########## @@ -26,7 +27,7 @@ ## if it is a very first step :if ([:len $updateStep] = 0) do={ ## Check for update - /system package update set channel=$updateChannel; + ##/system package update set channel=$updateChannel; /system package update check-for-updates; # If we found some updates