Don't fail script if partprobe fails

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:54 -04:00
parent 242675c63e
commit ce64cf9bd5
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ echo -e "o\ny\nn\n1\n\n64M\nEF00\nn\n2\n\n960M\n8300\nn\n3\n\n\n8E00\nw\ny\n" |
echo "done." echo "done."
echo -n "Rescanning disks... " echo -n "Rescanning disks... "
partprobe >&2 partprobe >&2 || true
echo "done." echo "done."
echo -n "Creating LVM PV... " echo -n "Creating LVM PV... "