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