From b5d87343c88fdd012b4e5c98ecaa8e1c50340139 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Wed, 25 Nov 2020 09:16:59 +0800 Subject: [PATCH] =?UTF-8?q?[fix:6.0]=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alpine/customer/usr/local/bin/comm-redis.sh | 2 +- customer/usr/local/bin/comm-redis.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/customer/usr/local/bin/comm-redis.sh b/alpine/customer/usr/local/bin/comm-redis.sh index 93e3ccc..34c4845 100644 --- a/alpine/customer/usr/local/bin/comm-redis.sh +++ b/alpine/customer/usr/local/bin/comm-redis.sh @@ -337,7 +337,7 @@ redis_start_server_bg() { # 通过命令或特定端口检测应用是否就绪 LOG_I "Checking ${APP_NAME} ready status..." - #wait-for-port --timeout 60 "$REDIS_PORT_NUMBER" + #wait-for-port --timeout 60 "$REDIS_PORT" LOG_D "${APP_NAME} is ready for service..." } diff --git a/customer/usr/local/bin/comm-redis.sh b/customer/usr/local/bin/comm-redis.sh index 281b5fe..eec98ed 100644 --- a/customer/usr/local/bin/comm-redis.sh +++ b/customer/usr/local/bin/comm-redis.sh @@ -337,7 +337,7 @@ redis_start_server_bg() { # 通过命令或特定端口检测应用是否就绪 LOG_I "Checking ${APP_NAME} ready status..." - #wait-for-port --timeout 60 "$REDIS_PORT_NUMBER" + #wait-for-port --timeout 60 "$REDIS_PORT" LOG_D "${APP_NAME} is ready for service..." }