fix: [reset_AIL] launch ardb

pull/378/head
Terrtia 2019-07-30 16:04:42 +02:00
parent 21e099a6d6
commit 193e431b76
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 4 additions and 0 deletions

View File

@ -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,