1
0
mirror of synced 2026-01-13 23:26:10 +00:00

Remove tabs

This commit is contained in:
Marc 2018-05-06 00:01:16 +02:00
parent f1083cfa55
commit 1634fe5e80

View File

@ -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.