Skip to content

Commit

Permalink
[Docs]: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hamsangjin authored Sep 30, 2024
1 parent 5394857 commit 7a4f198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

ROOT_PATH="/home/ubuntu/spring-github-action"
JAR="$ROOT_PATH/application.jar"
JAR="$ROOT_PATH/inconcert-0.0.1-SNAPSHOT.jar"

APP_LOG="$ROOT_PATH/application.log"
ERROR_LOG="$ROOT_PATH/error.log"
Expand All @@ -10,7 +10,7 @@ START_LOG="$ROOT_PATH/start.log"
NOW=$(date +%c)

echo "[$NOW] $JAR 복사" >> $START_LOG
cp $ROOT_PATH/build/libs/spring-github-action-1.0.0.jar $JAR
cp $ROOT_PATH/build/libs/inconcert-0.0.1-SNAPSHOT.jar $JAR

echo "[$NOW] > $JAR 실행" >> $START_LOG
nohup java -jar $JAR > $APP_LOG 2> $ERROR_LOG &
Expand Down

0 comments on commit 7a4f198

Please sign in to comment.