From 19d68b4398b5b1346614a06820602d713882e337 Mon Sep 17 00:00:00 2001 From: Alexander Tebeiv Date: Sun, 21 Jun 2026 19:04:31 +0200 Subject: [PATCH] docs: update code blocks in README.md to specify bash syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d18aadc..85245d1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Configure your email server parameters. If you don't have one, i recommend using ![](https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update/raw/master/howto/email-config.png) 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;` ![](https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update/raw/master/howto/scheduler-task.png) 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