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