commit | b095b658e2569eac38d18522d0d840c6e757edfe | [log] [tgz] |
---|---|---|
author | Nathan Knuth <nathan.knuth@cyaninc.com> | Fri Sep 16 15:06:51 2016 -0700 |
committer | Nathan Knuth <nathan.knuth@cyaninc.com> | Fri Sep 16 15:06:51 2016 -0700 |
tree | 49a2eb62c1f18273c9466210c698257a5c73887e | |
parent | 84dfd2e46973220cb44b651264e873944c96eb4c [diff] | |
parent | 61732d4b0611f1721aaeab587f7d5133d54889d6 [diff] |
Merge branch 'master' of bitbucket.org:corddesign/voltha
diff --git a/env.sh b/env.sh index 19c99fa..d8c2c5a 100644 --- a/env.sh +++ b/env.sh
@@ -3,7 +3,9 @@ # load local python virtualenv . venv/bin/activate - # assign DOCKER_HOST_IP to be the main ip address of this host export DOCKER_HOST_IP=$(python voltha/nethelpers.py) +# to avoid permission issues, create a dir for fluentd logs +mkdir -p /tmp/fluentd +