typo fixes

This commit is contained in:
Alexander Beeyev 2021-04-30 22:38:29 +03:00
parent 65e4ac4f58
commit c034f75bb5
2 changed files with 5 additions and 5 deletions

View file

@ -3,9 +3,9 @@
#----------SCRIPT INFORMATION---------------------------------------------------
#
# Script: Mikrotik RouterOS automatic backup & update
# Version: 20.04.17
# Version: 21.03.30
# Created: 07/08/2018
# Updated: 17/04/2020
# Updated: 30/03/2021
# Author: Alexander Tebiev
# Website: https://github.com/beeyev
# You can contact me by e-mail at tebiev@mail.com
@ -22,9 +22,9 @@
# backup - Only backup will be performed. (default value, if none provided)
#
# osupdate - The Script will install a new RouterOS if it is available.
# It will also create backups before and after update process.
# It will also create backups before and after update process (does not matter what value is set to `forceBackup`)
# 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.
# Change parameter `forceBackup` if you need the script to create backups every time when it runs (even when no updates).
#
# osnotify - The script will send email notification only (without backups) if a new RouterOS is available.
# Change parameter `forceBackup` if you need the script to create backups every time when it runs.