Merge pull request #851 from MikeDawg/fixscripts

Fixing scripts - Make all scripts usage/help similar
This commit is contained in:
Simone Margaritelli 2020-06-26 14:14:48 +02:00 committed by GitHub
commit 713a14c504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ while getopts "hb:n:u:" arg; do
UNIT_USERNAME=$OPTARG
;;
*)
usage
exit 1
esac
done