Make sure wterl is started
This commit is contained in:
parent
57a70dc331
commit
efc0b3e82c
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ fi
|
|||
|
||||
rebar get-deps
|
||||
|
||||
file=./deps/riak_kv/src/riak_kv.app.src
|
||||
if ! grep -q hanoidb $file ; then
|
||||
echo
|
||||
echo "Modifying $file, saving the original as ${file}.orig ..."
|
||||
perl -i.orig -pe '/\bos_mon,/ && print qq( wterl,\n)' $file
|
||||
fi
|
||||
|
||||
file=./deps/riak_kv/rebar.config
|
||||
if ! grep -q wterl $file ; then
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue