From 29bdcdc77472b644b268755ca1bdc537b6b94cac Mon Sep 17 00:00:00 2001 From: siane Date: Fri, 17 Oct 2025 16:00:37 +0900 Subject: [PATCH] Update autouploader/run.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 잘못된 경로 수정 --- autouploader/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autouploader/run.sh b/autouploader/run.sh index 0a292ce..594027c 100644 --- a/autouploader/run.sh +++ b/autouploader/run.sh @@ -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