Exit on error

This commit is contained in:
Alexis Ben Miloud--Josselin 2018-06-28 17:52:35 +02:00
parent d6c0f12e83
commit c9905f5c4c
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
# files. On Debian, this command is provided by the 'html-xml-utils'
# package.
set -e -u
usage () {
echo 'usage: kvmstats.sh [-u K|M|G]'
exit 1