Skip to content

Commit 9b6ddf9

Browse files
authored
v1.4
1 parent e037b73 commit 9b6ddf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ with love by @cyberomanov.
7676
crontab -e
7777
```
7878
2. Set one of rules or create your own:
79-
> With this settings script will be executed twice a day at 06:10 and 18:10 o'clock and all output will be logged into `~/mbs.log`.
79+
> With this settings script will be executed twice a day at 06:10 and 18:10 o'clock and all output will be logged into `/root/mbs.log`.
8080
```
8181
10 6,18 * * * bash /root/mbs.sh >> /root/mbs.log
8282
```
83-
> With this settings script will be executed 1 day per week, on Sunday at 14:55 o'clock and all output will be logged into `~/mbs.log`.
83+
> With this settings script will be executed 1 day per week, on Saturday at 14:55 o'clock and all output will be logged into `/root/mbs.log`.
8484
```
85-
55 14 * * SUN bash /root/mbs.sh >> /root/mbs.log
85+
55 14 * * SAT bash /root/mbs.sh >> /root/mbs.log
8686
```

0 commit comments

Comments
 (0)