diff --git a/vmcreate1.sh b/vmcreate1.sh index 486732b..71ec851 100644 --- a/vmcreate1.sh +++ b/vmcreate1.sh @@ -31,7 +31,7 @@ show_help(){ } # Обрабатываем опции -while getopts "a:f:h" opt; do +while getopts "a:f:h:k:u:p:d:t" opt; do case $opt in a) harule="$OPTARG";; f) file="$OPTARG" ;;