From 66d60a1f016b2acb134dbfedbacf7748351b6201 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 21 Aug 2017 13:54:44 +0200 Subject: [PATCH] Added LevelDB Curve for 2017 (3017, used for backward compatibility) --- bin/LAUNCH.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 083bf644..f33af903 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -93,6 +93,8 @@ function launching_lvldb { sleep 0.1 screen -S "LevelDB" -X screen -t "3016" bash -c 'redis-leveldb -H '$lvdbhost' -D '$lvdbdir'3016/ -P '$dbC1_y' -M '$nb_db'; read x' sleep 0.1 + screen -S "LevelDB" -X screen -t "3017" bash -c 'redis-leveldb -H '$lvdbhost' -D '$lvdbdir'3017/ -P '$dbC1_y' -M '$nb_db'; read x' + sleep 0.1 screen -S "LevelDB" -X screen -t "$dbCn_y" bash -c 'redis-leveldb -H '$lvdbhost' -D '$lvdbdir$dbCn_y'/ -P '$dbCn_y' -M '$nb_db'; read x' } @@ -257,6 +259,7 @@ for i in ${!options[@]}; do Killall) if [[ $isredis || $islvldb || $islogged || $isqueued || $isscripted ]]; then kill $isredis $islvldb $islogged $isqueued $isscripted + sleep 0.2 echo -e $ROSE`screen -ls`$DEFAULT echo -e $GREEN"\t* $isredis $islvldb $islogged $isqueued $isscripted killed."$DEFAULT else