fix crontabs to point to user specific scripts

This commit is contained in:
JesseBot 2024-10-21 13:28:29 +02:00
parent be41ba6623
commit 9b38ea8a9a
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
0 12 * * * ~/.config/cron/daily_root.sh
0 12 * * * ~/.config/cron/root/daily.sh

View file

@ -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