diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-13 15:46:23 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-13 15:46:23 +0100 |
commit | b399deb967b37c83d8aa50a91cab4a007ee1a514 (patch) | |
tree | 4a7bf1448808e788303b1583df3a9471a5d550d5 /src/core | |
parent | 4beff89756fa96cfdb2cf65b43c29bcb62334c2f (diff) |
syntax fix
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/libs/lib-blockdevices-filesystems.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index e2aa0f5..e8a962e 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -478,7 +478,7 @@ process_filesystems () open_items=1 else infofy "Attempting destruction of device $part (type $part_type)" disks - vgremove $part || show_warning "process_filesystems blockdevice destruction" "Could not vgremove $part") # we shouldn't need -f because we clean up the lv's first. + vgremove $part || show_warning "process_filesystems blockdevice destruction" "Could not vgremove $part" # we shouldn't need -f because we clean up the lv's first. fi else debug "Skipping destruction of device $part (type $part_type) because it doesn't exist" |