diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-04-13 21:34:41 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-04-13 21:34:41 +0200 |
commit | e7ebb8e3126db5b0f18a84dbd3cbbddedab592d0 (patch) | |
tree | 8d359aa175c59013f17dbe946479ac2a070deb75 /qinit | |
parent | 1456f418b2d6404734ef902f9f67b94a73012aa2 (diff) | |
download | bin-e7ebb8e3126db5b0f18a84dbd3cbbddedab592d0.tar.gz bin-e7ebb8e3126db5b0f18a84dbd3cbbddedab592d0.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 |