mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix crontabs to point to user specific scripts
This commit is contained in:
parent
be41ba6623
commit
9b38ea8a9a
2 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
0 12 * * * ~/.config/cron/daily_root.sh
|
||||
0 12 * * * ~/.config/cron/root/daily.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
0 12 * * * ~/.config/cron/lunch.sh
|
||||
30 12 * * * ~/.config/cron/daily.sh
|
||||
10 17 * * * ~/.config/cron/go_home.sh
|
||||
30 20 * * * ~/.config/cron/self_care_time.sh
|
||||
0 12 * * * ~/.config/cron/user/lunch.sh
|
||||
30 12 * * * ~/.config/cron/user/daily.sh
|
||||
10 17 * * * ~/.config/cron/user/go_home.sh
|
||||
30 20 * * * ~/.config/cron/user/self_care_time.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue