This commit is contained in:
jinia91
2021-12-16 21:27:54 +09:00
parent b3bf8565d1
commit a0ab9c0877

View File

@@ -33,4 +33,4 @@ chmod +x $JAR_NAME
echo "> $JAR_NAME 실행"
nohup java -jar $REPOSITORY/nohup.out 2>&1 &
nohup java -jar $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &