commit | 3014aefbe77006e367d36a616e0894b91d1bce52 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Thu Sep 18 08:44:39 2014 -0700 |
committer | tom <tom@onlab.us> | Thu Sep 18 08:44:39 2014 -0700 |
tree | 6056c3ef5c9b89813de4d9ac65c7f52f486df835 | |
parent | 5c25570aabee74d8bda935fdb438fee490910d9d [diff] [blame] |
Adding install/uninstall scripts and stuff like that.
diff --git a/tools/test/bin/onos-uninstall b/tools/test/bin/onos-uninstall index 6028b20..a535c0a 100755 --- a/tools/test/bin/onos-uninstall +++ b/tools/test/bin/onos-uninstall
@@ -9,6 +9,7 @@ remote=$ONOS_USER@${1:-$OCI} ssh $remote " - [ -f $ONOS_INSTALL_DIR/bin/onos ] && $ONOS_INSTALL_DIR/bin/onos halt + [ -f $ONOS_INSTALL_DIR/bin/onos ] && \ + $ONOS_INSTALL_DIR/bin/onos halt 2>/dev/null sudo rm -fr $ONOS_INSTALL_DIR "