Update vmcreate1.sh

This commit is contained in:
2025-10-24 14:07:40 +00:00
parent 40bb3e0c98
commit 71c0b4d9f8

View File

@@ -14,7 +14,7 @@ show_help()
# Обрабатываем опции # Обрабатываем опции
while getopts "a:f:h" opt; do while getopts "a:f:h" opt; do
case $opt in case $opt in
a) haadd=true; ;; a) harule=$OPTARG; ;;
f) file="$OPTARG" ;; f) file="$OPTARG" ;;
h) show_help ; exit 0;; h) show_help ; exit 0;;
# *) noopts=true # *) noopts=true