This commit is contained in:
2025-07-08 17:29:09 +09:00
parent 85c5ba21ac
commit 477271d4a6
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ config.py
*.pyc *.pyc
naver_review/build/ naver_review/build/
*.spec *.spec
data/weather_capture_*.png

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
echo "run.sh 시작: $(date '+%Y-%m-%d %H:%M:%S')" echo "run.sh 실행됨: $(date '+%Y-%m-%d %H:%M:%S')"
exec python3 /app/gnu_autoupload.py python3 /data/gnu_autoupload.py >> /proc/1/fd/1 2>&1