Update vmcreate1.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user