Skip to content

Commit

Permalink
fix: 환경 변수
Browse files Browse the repository at this point in the history
  • Loading branch information
jcw1031 committed Nov 21, 2023
1 parent e1308d5 commit ce8f624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ echo "[$NOW] $JAR 복사" >> $START_LOG
cp $ROOT_PATH/build/libs/LikeKNU-1.0.0.jar $JAR

echo "[$NOW] > $JAR 실행" >> $START_LOG
source ~/.bash_profile
nohup java -jar $JAR > $APP_LOG 2> $ERROR_LOG &

SERVICE_PID=$(pgrep -f $JAR)
Expand Down

0 comments on commit ce8f624

Please sign in to comment.