diff --git a/bin/xen-create-image b/bin/xen-create-image index 4053239..513e1ec 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -3276,16 +3276,16 @@ sub createZFSBits # # The commands to create the volume. # - my $disk_cmd = + my $disk_cmd = "zfs create ". - ($CONFIG{'image'} eq 'sparse' ? '-s' : ''). - " -V $partition->{'size'} $zfs_vol"; + ($CONFIG{'image'} eq 'sparse' ? '-s' : ''). + " -V $partition->{'size'} $zfs_vol"; # # Create the volume # runCommand($disk_cmd, \%CONFIG); - sleep(2); + sleep(2); # # Make sure that worked.