missing ;;

This commit is contained in:
Matthew Saunders Brown 2021-09-17 11:39:18 -07:00
parent 0bffa3ca8d
commit 18b099e05a

View File

@ -37,6 +37,7 @@ while getopts "hp:u:" opt; do
case "${opt}" in
h )
help
;;
p )
password=${OPTARG}
;;