Added true return to stuff

This commit is contained in:
poslop
2025-08-04 14:31:39 -05:00
parent 12e7597874
commit d02db0492a

View File

@@ -107,7 +107,7 @@ partprobe || true
# Resize physical volume
echo "Resizing physical volume..."
pvresize ${disk_name}3
pvresize ${disk_name}3 || true
# Resize swap and root logical volumes
echo "Resizing swap and root volumes..."