py 파일을 직접 실행하지 않고, 쉘스크립트로 실행하도록 수정.

This commit is contained in:
2025-06-30 12:45:11 +09:00
parent a28c564fca
commit a163ddc968
2 changed files with 6 additions and 0 deletions

3
build/run.sh Normal file
View File

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

3
data/run.sh Normal file
View File

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