diff --git a/bin/launch_redis.sh b/bin/launch_redis.sh index ffdbdb58..c7af27c8 100755 --- a/bin/launch_redis.sh +++ b/bin/launch_redis.sh @@ -14,3 +14,6 @@ screen -S "Redis" -X screen -t "6380" bash -c '../redis/src/redis-server '$conf_ sleep 0.1 screen -S "Redis" -X screen -t "6381" bash -c '../redis/src/redis-server '$conf_dir'6381.conf ; read x' +# For Words and curves +sleep 0.1 +screen -S "Redis" -X screen -t "6382" bash -c '../redis/src/redis-server '$conf_dir'6382.conf ; read x' diff --git a/bin/launch_scripts.sh b/bin/launch_scripts.sh index 4b1abc5f..ad55244a 100755 --- a/bin/launch_scripts.sh +++ b/bin/launch_scripts.sh @@ -34,6 +34,8 @@ screen -S "Script" -X screen -t "Credential" bash -c './Credential.py; read x' sleep 0.1 screen -S "Script" -X screen -t "Curve" bash -c './Curve.py; read x' sleep 0.1 +screen -S "Script" -X screen -t "Curve_topsets_manager" bash -c './Curve_manage_top_sets.py; read x' +sleep 0.1 screen -S "Script" -X screen -t "Indexer" bash -c './Indexer.py; read x' sleep 0.1 screen -S "Script" -X screen -t "Keys" bash -c './Keys.py; read x'