Bash - exit if error (set -e)

15 Oct 2017

Add set -e at the beginning of the script to exit the script if an error occurs.

[ bash  ]