From 09f81570ec5ccd79b7a94a046fd5cf9d45f0704f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Nov 2024 23:03:48 +0900 Subject: [PATCH] hotfix --- app/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/run.sh b/app/run.sh index 5f7e7f1..2e50b03 100644 --- a/app/run.sh +++ b/app/run.sh @@ -1,4 +1,4 @@ -cd /code/isangjeong.today +cd /code/app #rm -rf 20*.png #rm -rf /etc/localtime @@ -13,4 +13,4 @@ if [ ! -f "temp/cookies.json" ]; then python3 library/init-auth.py fi -python3 run.py > temp/$(date +%Y%m%d-%H%M%S).log 2>&1 \ No newline at end of file +python3 run.py > temp/$(date +%Y%m%d-%H%M%S).log 2>&1