Update autouploader/run.sh

잘못된 경로 수정
This commit is contained in:
2025-10-17 16:00:37 +09:00
parent eab2ffbf6a
commit 29bdcdc774

View File

@ -1,3 +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
python3 /app/gnu_autoupload.py >> /proc/1/fd/1 2>&1