Skip to content

Commit

Permalink
fix: 스크립트 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellroute committed May 22, 2024
1 parent 2036375 commit fb0007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/climingo-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ echo "> $JAR_PATH 배포"
chmod +x build/libs/$JAR_NAME

today=$(date)
nohup java -DJASYPT_PASSWORD='climingo-will-be-nice' -Dversion=$JAR_NAME -DbuildTime=$today -jar build/libs/$JAR_NAME > application.log 2>&1 &
nohup java -DJASYPT_PASSWORD='climingo-will-be-nice' -Dversion="$JAR_NAME" -DbuildTime="$today" -jar "build/libs/$JAR_NAME" > application.log 2>&1 &

0 comments on commit fb0007d

Please sign in to comment.