mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2026-06-23 11:41:33 +00:00
docs: update code blocks in README.md to specify bash syntax
This commit is contained in:
parent
ac7542affb
commit
19d68b4398
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ Configure your email server parameters. If you don't have one, i recommend using
|
|||

|
||||
|
||||
To check email settings, send a test message by running the following command in terminal:
|
||||
```
|
||||
```bash
|
||||
/tool e-mail send to="yourMail@example.com" subject="backup & update test!" body="It works!";
|
||||
```
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ On Event: `/system script run BackupAndUpdate;`
|
|||

|
||||
|
||||
Or you can use this command to create the task:
|
||||
```
|
||||
```bash
|
||||
/system scheduler add name="Firmware Updater" on-event="/system script run BackupAndUpdate;" start-time=03:10:00 interval=1d comment="" disabled=no
|
||||
```
|
||||
##### 5. Test the script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue