Browse Source

Fixed a bug with elli

msmith-techempower 10 years ago
parent
commit
18684e3005
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Erlang/elli/setup_erlang.sh

+ 1 - 1
frameworks/Erlang/elli/setup_erlang.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-sed -i 's|"benchmarkdbpass", ".*", 3306"|"benchmarkdbpass", "'"${DBHOST}"'", 3306"|g' src/elli_bench_sup.erl
+sed -i 's|"benchmarkdbpass", ".*", 3306|"benchmarkdbpass", "'"${DBHOST}"'", 3306|g' src/elli_bench_sup.erl
 
 
 rm -rf deps/*
 rm -rf deps/*
 $REBAR_HOME/rebar get-deps
 $REBAR_HOME/rebar get-deps