Skip to content

Commit

Permalink
Merge pull request #66 from SSU-Plector/issue/52-bug-ci-cd
Browse files Browse the repository at this point in the history
♻️ [Refactor] after_install.sh 리팩토링
  • Loading branch information
chanmin-00 authored May 5, 2024
2 parents b269eae + 6e92f42 commit 39a3e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/health_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#!/bin/bash #

# Crawl current connected port of WAS
# Crawl current connected port of WAS#
CURRENT_PORT=$(cat /home/ec2-user/service_url.inc | grep -Po '[0-9]+' | tail -1)
TARGET_PORT=0

Expand Down

0 comments on commit 39a3e1f

Please sign in to comment.