mirror of https://github.com/MISP/misp-dashboard
commit
c406e1ff00
|
@ -53,7 +53,7 @@ conf_dir="config/"
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
if [ "${check_redis_port}" == "1" ]; then
|
if [ "${check_redis_port}" == "1" ]; then
|
||||||
echo -e $GREEN"\t* Launching Redis servers"$DEFAULT
|
echo -e $GREEN"\t* Launching Redis servers"$DEFAULT
|
||||||
if [[ -z $REDIS_RUN ]]; then
|
if [[ ! -z $REDIS_RUN ]]; then
|
||||||
$REDIS_RUN "redis-server ${conf_dir}6250.conf" &
|
$REDIS_RUN "redis-server ${conf_dir}6250.conf" &
|
||||||
else
|
else
|
||||||
redis-server ${conf_dir}6250.conf &
|
redis-server ${conf_dir}6250.conf &
|
||||||
|
|
Loading…
Reference in New Issue