Thomas Vachuska

Fixed onos-app tool to exit with proper status.

Change-Id: Id3d4e703a2bf6f12208aeabb2cdaad87ca0c33af
......@@ -66,4 +66,7 @@ case $cmd in
*) usage;;
esac
status=$?
echo # new line for prompt
exit $status
......