Committed by
Gerrit Code Review
Fixed cell definition to override ONOS_USER env. var.
Change-Id: If30c5cceac211cf7a38ec474750bd08335ccc77a
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -12,5 +12,6 @@ sudo lxc-ls -F "name,ipv4" --fancy | grep $name | \ | ... | @@ -12,5 +12,6 @@ sudo lxc-ls -F "name,ipv4" --fancy | grep $name | \ |
12 | sed -r 's/[ ]+/\=/;s/^/export /' | 12 | sed -r 's/[ ]+/\=/;s/^/export /' |
13 | 13 | ||
14 | echo "export OCT=\"10.128.11.1\"" | 14 | echo "export OCT=\"10.128.11.1\"" |
15 | +echo "export ONOS_USER=sdn" | ||
15 | echo "export ONOS_USE_SSH=true" | 16 | echo "export ONOS_USE_SSH=true" |
16 | echo "export ONOS_APPS=${apps}" | 17 | echo "export ONOS_APPS=${apps}" | ... | ... |
-
Please register or login to post a comment