chg: [reset_AIL] add echo message

pull/378/head
Terrtia 2019-07-30 16:21:39 +02:00
parent 16bb23dfeb
commit dcc9c835e9
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,6 @@ function reset_dir {
fi
echo -e $GREEN"* AIL has been reset *"$DEFAULT
exit
}
function flush_DB_keep_user {
@ -94,6 +92,7 @@ function flush_DB_keep_user {
./redis-cli -p 6382 -n 7 FLUSHDB;
./redis-cli -p 6382 -n 8 FLUSHDB;
./redis-cli -p 6382 -n 9 FLUSHDB;
echo "ARDB FLUSHED"
popd
bash ${AIL_BIN}LAUNCH.sh -k
}