Skip to content

Commit 62e1ccb

Browse files
committed
hotfix: crontab EOF 추가
1 parent e7c61e4 commit 62e1ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crontab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# 10분마다 실행
2-
*/10 * * * * cd /app && /usr/bin/python3 main.py >> /proc/1/fd/1 2>> /proc/1/fd/2
2+
*/10 * * * * cd /app && /usr/bin/python3 main.py >> /proc/1/fd/1 2>> /proc/1/fd/2

0 commit comments

Comments
 (0)