Browse Source

bugfix: add L option to getopts (#28)

pull/31/head
pselge-daparto 7 years ago committed by Giovanni Torres
parent
commit
4336cd1bf3
  1. 2
      kvm-install-vm

2
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} ;;

Loading…
Cancel
Save