스크립트 수정

This commit is contained in:
jinia91
2022-05-14 23:45:05 +09:00
parent 8ebe8f89b0
commit 2b78cb1205
2 changed files with 2 additions and 2 deletions

View File

@@ -25,5 +25,4 @@ hooks:
ValidateService:
- location: scripts/health.sh
timeout: 600
runas: root
runas: root

View File

@@ -7,6 +7,7 @@ source ${ABSDIR}/profile.sh
IDLE_PORT=$(find_idle_port)
echo "> $IDLE_PORT 에서 구동중인 앱 PID 확인"
sleep 30
IDLE_PID=$(lsof -ti tcp:${IDLE_PORT})