Bug fix: missing ;; in case in create_user script

This commit is contained in:
Clemens Schwaighofer
2023-08-21 09:36:42 +09:00
parent 93224e3768
commit f181ee74e3

View File

@@ -32,6 +32,7 @@ while getopts ":gtih:" opt; do
case "${opt}" in
g|go)
GO=1;
;;
t|test)
TEST=1;
;;