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

View File

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