소스 검색

Fixed a setup bug with cowboy

msmith-techempower 11 년 전
부모
커밋
099ec46ee4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frameworks/Erlang/cowboy/setup_erlang.sh

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

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