mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-08-15 09:22:23 +02:00
Ability to change release channel has been temporarily disabled.
https://github.com/beeyev/Mikrotik-Firmware-Auto-Updater/issues/1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user