py 파일을 직접 실행하지 않고, 쉘스크립트로 실행하도록 수정.
This commit is contained in:
3
build/run.sh
Normal file
3
build/run.sh
Normal 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
3
data/run.sh
Normal 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
|
||||||
Reference in New Issue
Block a user