Fix typo'd name
This commit is contained in:
parent
fb058906a8
commit
c3d828e1e3
|
@ -632,7 +632,7 @@ done
|
||||||
echo "done."
|
echo "done."
|
||||||
|
|
||||||
echo -n "Removing existing LVM physical volumes... "
|
echo -n "Removing existing LVM physical volumes... "
|
||||||
for pv in $( pvcscan | grep "${target_disk}" | awk '{ print $2 }' ); do
|
for pv in $( pvscan | grep "${target_disk}" | awk '{ print $2 }' ); do
|
||||||
yes | pvremove -f ${pv} || true
|
yes | pvremove -f ${pv} || true
|
||||||
done
|
done
|
||||||
echo "done."
|
echo "done."
|
||||||
|
|
Loading…
Reference in New Issue