Thomas Vachuska

Fixing onos-run-karaf not to blitz /tmp/onos-*.tar.gz

Change-Id: I5a96d79f597b0d5542ed276a9c786b061c2bd102
......@@ -13,7 +13,7 @@ cd /tmp
set -e
# Blitz previously unrolled onos- directory
rm -fr onos-*
rm -fr onos-*/
# Unroll new image from the specified tar file
[ -f $ONOS_TAR ] && tar zxf $ONOS_TAR
......