mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [updater] fix db checker
This commit is contained in:
parent
fa8b4a67d9
commit
0fa0984ec4
2 changed files with 1 additions and 4 deletions
|
@ -685,9 +685,6 @@ while [ "$1" != "" ]; do
|
||||||
-lrv | --launchRedisVerify ) launch_redis;
|
-lrv | --launchRedisVerify ) launch_redis;
|
||||||
wait_until_redis_is_ready;
|
wait_until_redis_is_ready;
|
||||||
;;
|
;;
|
||||||
-lav | --launchARDBVerify ) launch_ardb;
|
|
||||||
wait_until_ardb_is_ready;
|
|
||||||
;;
|
|
||||||
-lkv | --launchKVORCKSVerify ) launch_kvrocks;
|
-lkv | --launchKVORCKSVerify ) launch_kvrocks;
|
||||||
wait_until_kvrocks_is_ready;
|
wait_until_kvrocks_is_ready;
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -25,7 +25,7 @@ bash ${AIL_BIN}/LAUNCH.sh -ks
|
||||||
wait
|
wait
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
bash ${AIL_BIN}/LAUNCH.sh -lav
|
bash ${AIL_BIN}/LAUNCH.sh -lkv
|
||||||
wait
|
wait
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in a new issue