스크립트 수정
This commit is contained in:
@@ -26,4 +26,3 @@ hooks:
|
|||||||
- 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