Skip to content

Commit

Permalink
HOTFIX: log가 찍히지 않는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Aug 1, 2024
1 parent 3780b05 commit a7d7380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/after-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ else
fi

echo "> Deploy - $JAR_PATH "
nohup java -jar $JAR_PATH > commitato.log 2>&1 &
nohup java -jar $JAR_PATH > ~/log/commitato.log 2>&1 < /dev/null &

0 comments on commit a7d7380

Please sign in to comment.