Update vmcreate1.sh
This commit is contained in:
@@ -14,7 +14,7 @@ show_help()
|
||||
# Обрабатываем опции
|
||||
while getopts "a:f:h" opt; do
|
||||
case $opt in
|
||||
a) haadd=true; ;;
|
||||
a) harule=$OPTARG; ;;
|
||||
f) file="$OPTARG" ;;
|
||||
h) show_help ; exit 0;;
|
||||
# *) noopts=true
|
||||
|
||||
Reference in New Issue
Block a user