update
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ config.py
|
|||||||
*.pyc
|
*.pyc
|
||||||
naver_review/build/
|
naver_review/build/
|
||||||
*.spec
|
*.spec
|
||||||
|
data/weather_capture_*.png
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user