Thomas Vachuska

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

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