diff --git a/kvm-install-vm b/kvm-install-vm index 32252ec..25218f6 100755 --- a/kvm-install-vm +++ b/kvm-install-vm @@ -705,7 +705,7 @@ function set_custom_defaults () function create () { # Parse command line arguments - while getopts ":b:c:d:D:f:g:i:k:l:m:M:p:s:t:T:u:ahv" opt + while getopts ":b:c:d:D:f:g:i:k:l:L:m:M:p:s:t:T:u:ahv" opt do case "$opt" in a ) AUTOSTART=${OPTARG} ;;