From 0fa0984ec4ffa3ed19383aef1dd071a8a1e5313b Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 30 Jun 2023 16:19:38 +0200 Subject: [PATCH] fix: [updater] fix db checker --- bin/LAUNCH.sh | 3 --- update/default_update/Update.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 1de7f301..00c224e4 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -685,9 +685,6 @@ while [ "$1" != "" ]; do -lrv | --launchRedisVerify ) launch_redis; wait_until_redis_is_ready; ;; - -lav | --launchARDBVerify ) launch_ardb; - wait_until_ardb_is_ready; - ;; -lkv | --launchKVORCKSVerify ) launch_kvrocks; wait_until_kvrocks_is_ready; ;; diff --git a/update/default_update/Update.sh b/update/default_update/Update.sh index c14c4dac..ef881805 100755 --- a/update/default_update/Update.sh +++ b/update/default_update/Update.sh @@ -25,7 +25,7 @@ bash ${AIL_BIN}/LAUNCH.sh -ks wait echo "" -bash ${AIL_BIN}/LAUNCH.sh -lav +bash ${AIL_BIN}/LAUNCH.sh -lkv wait echo ""