Skip to content

Commit

Permalink
✨ feat: start.sh 수정 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomin0 committed Jun 17, 2024
1 parent bbce7c5 commit cfe9bd2
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 @@ -10,6 +10,7 @@ START_LOG="$ROOT_PATH/start.log"
NOW=$(date +%c)

echo "[$NOW] $JAR 복사" >> $START_LOG
# 정확한 경로를 지정하여 복사 명령어를 사용합니다.
cp $ROOT_PATH/build/libs/*.jar $JAR

echo "[$NOW] > $JAR 실행" >> $START_LOG
Expand Down

0 comments on commit cfe9bd2

Please sign in to comment.