From 4336cd1bf319e991afb0feaa4e96d8e11c4b7306 Mon Sep 17 00:00:00 2001 From: pselge-daparto <46315327+pselge-daparto@users.noreply.github.com> Date: Fri, 18 Jan 2019 18:36:20 +0100 Subject: [PATCH] bugfix: add L option to getopts (#28) --- kvm-install-vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ;;