mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-07-20 02:34:38 +02:00
Typo fixes
This commit is contained in:
parent
4dc1d7e475
commit
3869803716
2 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
#
|
||||
# osupdate - The Script will install a new RouterOS if it is available.
|
||||
# It will also create backups before and after update process.
|
||||
# Email will be sent only if a new RouterOS is available.
|
||||
# Email will be sent only if a new RouterOS version is available.
|
||||
# Change parameter `forceBackup` if you need the script to create backups every time when it runs.
|
||||
#
|
||||
# osnotify - The script will send email notification only (without backups) if a new RouterOS is available.
|
||||
|
@ -365,7 +365,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
|
|||
|
||||
if ($isOsNeedsToBeUpdated = true) do={
|
||||
:set isOsNeedsToBeUpdated false;
|
||||
:log warning "$SMP script is not goint to initialise update process due to inability to send backups to email."
|
||||
:log warning "$SMP script is not going to initialise update process due to inability to send backups to email."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,5 +62,6 @@ You will see the script working process in the log window. If the script finishe
|
|||
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
|
||||
|
||||
---
|
||||

|
||||

|
||||
[__Buy me a coffee! :coffee:__](https://www.buymeacoffee.com/beeyev)
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue