From 477271d4a6e7566ab2051ae50b34d70dc03493c3 Mon Sep 17 00:00:00 2001 From: KWON Date: Tue, 8 Jul 2025 17:29:09 +0900 Subject: [PATCH] update --- .gitignore | 1 + autouploader/run.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c171661..9099846 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ config.py *.pyc naver_review/build/ *.spec +data/weather_capture_*.png diff --git a/autouploader/run.sh b/autouploader/run.sh index d9d3cde..0a292ce 100644 --- a/autouploader/run.sh +++ b/autouploader/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -echo "run.sh 시작: $(date '+%Y-%m-%d %H:%M:%S')" -exec python3 /app/gnu_autoupload.py +echo "run.sh 실행됨: $(date '+%Y-%m-%d %H:%M:%S')" +python3 /data/gnu_autoupload.py >> /proc/1/fd/1 2>&1