Skip to content

Commit

Permalink
fix: [launcher] Removed hardcoded paths
Browse files Browse the repository at this point in the history
  • Loading branch information
airkeyp authored Sep 26, 2019
1 parent b5b7050 commit df0f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
screen -dmS "pdns"
sleep 0.1

screen -S "pdns" -X screen -t "pdns-lookup-redis" bash -c "(/home/d4/analyzer-d4-passivedns/redis/src/redis-server /home/d4/analyzer-d4-passivedns/etc/redis.conf); read x;"
screen -S "pdns" -X screen -t "pdns-lookup-redis" bash -c "(${DIR}/redis/src/redis-server ${DIR}/etc/redis.conf); read x;"
screen -S "pdns" -X screen -t "pdns-cof" bash -c "(cd bin; ${ENV_PY} ./pdns-cof-server.py; read x;)"
screen -S "pdns" -X screen -t "pdns-ingester" bash -c "(cd bin; ${ENV_PY} ./pdns-ingestion.py; read x;)"

Expand Down

0 comments on commit df0f021

Please sign in to comment.