Ability to change release channel has been temporarily disabled.

https://github.com/beeyev/Mikrotik-Firmware-Auto-Updater/issues/1
This commit is contained in:
Alexander Beeyev 2019-01-17 13:22:56 +03:00
parent a81121d779
commit d716e87d55

View file

@ -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