diff options
Diffstat (limited to 'qinit')
-rwxr-xr-x | qinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ # } # # If unspecified: -# ${drives[@]}: will match all of "$imgroot/$vm".*.qcow2 +# ${drives[@]}: will match all of "$imgroot/$vm".*.{qcow2,raw} # shopt -s nullglob |