Added true return to stuff
This commit is contained in:
@@ -107,7 +107,7 @@ partprobe || true
|
|||||||
|
|
||||||
# Resize physical volume
|
# Resize physical volume
|
||||||
echo "Resizing physical volume..."
|
echo "Resizing physical volume..."
|
||||||
pvresize ${disk_name}3
|
pvresize ${disk_name}3 || true
|
||||||
|
|
||||||
# Resize swap and root logical volumes
|
# Resize swap and root logical volumes
|
||||||
echo "Resizing swap and root volumes..."
|
echo "Resizing swap and root volumes..."
|
||||||
|
|||||||
Reference in New Issue
Block a user