commit | 0eaa97f35b9d27e93425702c9166fe60e712edab | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Mon Sep 22 16:13:06 2014 -0700 |
committer | tom <tom@onlab.us> | Mon Sep 22 16:13:06 2014 -0700 |
tree | 66bb2a36395c6a07ae04c76bb1575fab1fb18605 | |
parent | 66a7eb220daedca4be3b63adedac3f6ca15fa551 [diff] [blame] |
Fixing remote install; now starting as upstart daemon.
diff --git a/tools/test/bin/onos-uninstall b/tools/test/bin/onos-uninstall index a535c0a..bfc3b48 100755 --- a/tools/test/bin/onos-uninstall +++ b/tools/test/bin/onos-uninstall
@@ -9,6 +9,7 @@ remote=$ONOS_USER@${1:-$OCI} ssh $remote " + sudo service onos stop 1>/dev/null 2>/dev/null [ -f $ONOS_INSTALL_DIR/bin/onos ] && \ $ONOS_INSTALL_DIR/bin/onos halt 2>/dev/null sudo rm -fr $ONOS_INSTALL_DIR