exit on not finished yet branches

This commit is contained in:
George Danchev 2011-07-11 09:26:47 +00:00
parent 21f63053cf
commit 3e1fd97058

View File

@ -35,6 +35,7 @@ get_devices() {
;; ;;
*) *)
echo -e "\n${SELF}: Multiple drives found. NOT FINISHED YET." echo -e "\n${SELF}: Multiple drives found. NOT FINISHED YET."
exit 2
;; ;;
esac esac
} }