From e0d0ff32e660ee904584be9bcb9452e4c006c38d Mon Sep 17 00:00:00 2001 From: imnyang Date: Thu, 7 Nov 2024 22:05:02 +0900 Subject: [PATCH] fur --- crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crontab b/crontab index 13b5fda..cf9929e 100644 --- a/crontab +++ b/crontab @@ -1,2 +1,2 @@ -0 22 * * * /usr/bin/bash /root/isangjeong.today/run.sh -5 4 * */2 6 /root/isangjeong.today/venv/bin/python3 /root/isangjeong.today/library/init-auth.py > /root/isangjeong.today/temp/auth-$(date +%Y%m%d-%H%M%S).log 2>&1 +0 22 * * * /usr/bin/bash /code/app/run.sh +5 4 * */2 6 /usr/bin/python3 /code/app/library/init-auth.py > /code/app/temp/auth-$(date +%Y%m%d-%H%M%S).log 2>&1