commit | 61732d4b0611f1721aaeab587f7d5133d54889d6 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Fri Sep 16 15:06:30 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Fri Sep 16 15:06:30 2016 -0700 |
tree | 5b9b77f14750f63cef5417a531937f3a0e9187a7 | |
parent | e060a7d35b6e75eb66a51f61681915bf5f0b14cf [diff] |
Fixed spelling in env.sh
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 +