File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ with love by @cyberomanov.
76
76
crontab -e
77
77
```
78
78
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` .
80
80
```
81
81
10 6,18 * * * bash /root/mbs.sh >> /root/mbs.log
82
82
```
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` .
84
84
```
85
- 55 14 * * SUN bash /root/mbs.sh >> /root/mbs.log
85
+ 55 14 * * SAT bash /root/mbs.sh >> /root/mbs.log
86
86
```
You can’t perform that action at this time.
0 commit comments