diff --git a/bin/create_user.sh b/bin/create_user.sh index 4fc6ed1..4586cef 100755 --- a/bin/create_user.sh +++ b/bin/create_user.sh @@ -32,6 +32,7 @@ while getopts ":gtih:" opt; do case "${opt}" in g|go) GO=1; + ;; t|test) TEST=1; ;;