mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-07-15 16:34:34 +02:00
23.11.25
This commit is contained in:
parent
c919a83136
commit
a0a5a4a15b
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
#----------MODIFY THIS SECTION AS NEEDED----------------------------------------
|
#----------MODIFY THIS SECTION AS NEEDED----------------------------------------
|
||||||
## Notification e-mail
|
## Notification e-mail
|
||||||
## (Make sure you have configurated Email settings in Tools -> Email)
|
## (Make sure you have configurated Email settings in Tools -> Email)
|
||||||
:local emailAddress "yourmail@example.com";
|
:local emailAddress "zzt.tzz@gmail.com";
|
||||||
|
|
||||||
## Script mode, possible values: backup, osupdate, osnotify.
|
## Script mode, possible values: backup, osupdate, osnotify.
|
||||||
# backup - Only backup will be performed. (default value, if none provided)
|
# backup - Only backup will be performed. (default value, if none provided)
|
||||||
|
@ -270,7 +270,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
|
||||||
:set updateStep 1;
|
:set updateStep 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
## IP address detection & anonymous telemetry
|
## IP address detection & anonymous statistics collection
|
||||||
:if ($updateStep = 1 or $updateStep = 3) do={
|
:if ($updateStep = 1 or $updateStep = 3) do={
|
||||||
:if ($updateStep = 3) do={
|
:if ($updateStep = 3) do={
|
||||||
:log info ("$SMP Waiting for one minute before continuing to the final step.");
|
:log info ("$SMP Waiting for one minute before continuing to the final step.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue