commit | 2f24ce286b47fcfdf08584d60ba73be6c9d69a83 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Thu Apr 02 15:52:38 2015 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Thu Apr 02 15:52:38 2015 -0700 |
tree | d79db2b16622fd40f53b4cdfa712525eff0c67ad | |
parent | f31c4b57068421c252921f24e17d4fc30ab72a48 [diff] |
Forgot a quote
diff --git a/onos-setup-lxc.sh b/onos-setup-lxc.sh index 3261ea7..1f8c6e8 100644 --- a/onos-setup-lxc.sh +++ b/onos-setup-lxc.sh
@@ -168,7 +168,7 @@ sudo mn -c -if [ -n "\$1 ]; then +if [ -n "\$1" ]; then export ONOS_FEATURES=\$ONOS_FEATURES,\$1 fi @@ -192,7 +192,7 @@ sudo mn -c -if [ -n "\$1 ]; then +if [ -n "\$1" ]; then export ONOS_FEATURES=\$ONOS_FEATURES,\$1 fi