스크립트 수정
This commit is contained in:
@@ -25,5 +25,4 @@ hooks:
|
|||||||
ValidateService:
|
ValidateService:
|
||||||
- location: scripts/health.sh
|
- location: scripts/health.sh
|
||||||
timeout: 600
|
timeout: 600
|
||||||
runas: root
|
runas: root
|
||||||
|
|
||||||
@@ -7,6 +7,7 @@ source ${ABSDIR}/profile.sh
|
|||||||
IDLE_PORT=$(find_idle_port)
|
IDLE_PORT=$(find_idle_port)
|
||||||
|
|
||||||
echo "> $IDLE_PORT 에서 구동중인 앱 PID 확인"
|
echo "> $IDLE_PORT 에서 구동중인 앱 PID 확인"
|
||||||
|
sleep 30
|
||||||
|
|
||||||
IDLE_PID=$(lsof -ti tcp:${IDLE_PORT})
|
IDLE_PID=$(lsof -ti tcp:${IDLE_PORT})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user