You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@ This script provides an ability to create Mikrotik's daily backups to email. You
28
28
##### 1. Configure parameters
29
29
Take the [script](https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update/raw/master/BackupAndUpdate.rsc) and configure it's parameters at the begining of the file.
30
30
This is not difficult because all parameters are well commented.
31
-
**Imprtant!** Don't forget to provide correct email address for backups and pay attention a `scriptMode` variable.
31
+
**Important!** Don't forget to provide correct email address for backups and pay attention a `scriptMode` variable.
32
32
33
33
##### 2. Create new script
34
34
System -> Scripts [Add]
35
35
36
-
**Imprtant!** Script name has to be `BackupAndUpdate`
36
+
**Important!** Script name has to be `BackupAndUpdate`
37
37
Put the script which you configured earlier into the source area.
0 commit comments