From 193e431b7674d7107b5b40ef5f7f391238a11f8c Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 30 Jul 2019 16:04:42 +0200 Subject: [PATCH] fix: [reset_AIL] launch ardb --- reset_AIL.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reset_AIL.sh b/reset_AIL.sh index 2b477f92..b4e58b3f 100755 --- a/reset_AIL.sh +++ b/reset_AIL.sh @@ -81,6 +81,9 @@ function soft_reset { } function flush_DB_keep_user { + bash ${AIL_BIN}LAUNCH.sh -lav & + wait + echo "" pushd redis/src ./redis-cli -p 6382 -n 1 FLUSHDB; ./redis-cli -p 6382 -n 2 FLUSHDB; @@ -92,6 +95,7 @@ function flush_DB_keep_user { ./redis-cli -p 6382 -n 8 FLUSHDB; ./redis-cli -p 6382 -n 9 FLUSHDB; popd + bash ${AIL_BIN}LAUNCH.sh -k } #If no params,