diff --git a/vmcreate.sh b/vmcreate.sh index 328e24c..b3e9883 100644 --- a/vmcreate.sh +++ b/vmcreate.sh @@ -125,7 +125,7 @@ REMOVE () { } # Обрабатываем опции -while getopts "a:f:hk:u:p:d:n:t:R" opt; do +while getopts "a:f:hk:u:p:d:n:t:s:R" opt; do case $opt in a) harule=${OPTARG};; f) file=${OPTARG};;