commit | 6ac0d554b020290daa7af6f8e25d27b8b61a9eb5 | [log] [tgz] |
---|---|---|
author | Marc De Leenheer <marc@onlab.us> | Tue Dec 02 16:44:02 2014 -0800 |
committer | Marc De Leenheer <marc@onlab.us> | Tue Dec 02 16:44:02 2014 -0800 |
tree | bc492f10f2887bb2715becc867f6b1b9778e2320 | |
parent | 93508c2634e340f80950c2eefd41b48caa8396b3 [diff] [blame] |
Allocate pseudo tty for ssh Change-Id: I43e977ce5099b9d593e3e36bd6f2a0f540b54419
diff --git a/tools/test/bin/onos-uninstall b/tools/test/bin/onos-uninstall index e2a2816..84db340 100755 --- a/tools/test/bin/onos-uninstall +++ b/tools/test/bin/onos-uninstall
@@ -8,7 +8,7 @@ remote=$ONOS_USER@${1:-$OCI} -ssh $remote " +ssh -t $remote " sudo service onos stop 1>/dev/null 2>/dev/null sudo rm -fr $ONOS_INSTALL_DIR "