mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-07-06 03:54:36 +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:
parent
a81121d779
commit
d716e87d55
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue