exit on not finished yet branches

This commit is contained in:
George Danchev 2011-07-11 09:26:47 +00:00
parent 08d46db86d
commit 18fee0eb2a
1 changed files with 1 additions and 0 deletions

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
} }