diff --git a/desktops/anubis/partitions.sh b/desktops/anubis/partitions.sh index eae73f6..99a13f3 100755 --- a/desktops/anubis/partitions.sh +++ b/desktops/anubis/partitions.sh @@ -55,7 +55,7 @@ parted -a opt --script /dev/disk/by-path/pci-0000:02:00.0-nvme-1 \ name 2 system echo "-----> Reload partition table" -partprobe +partprobe || true echo "-----> Wait for partitions" sleep 3 diff --git a/desktops/chnum/partitions.sh b/desktops/chnum/partitions.sh index a9b70ed..ab5928c 100755 --- a/desktops/chnum/partitions.sh +++ b/desktops/chnum/partitions.sh @@ -55,7 +55,7 @@ parted -a opt --script /dev/disk/by-path/pci-0000:00:14.1-ata-1 \ name 2 system echo "-----> Reload partition table" -partprobe +partprobe || true echo "-----> Wait for partitions" sleep 3 diff --git a/desktops/osiris/partitions.sh b/desktops/osiris/partitions.sh index a9b70ed..ab5928c 100755 --- a/desktops/osiris/partitions.sh +++ b/desktops/osiris/partitions.sh @@ -55,7 +55,7 @@ parted -a opt --script /dev/disk/by-path/pci-0000:00:14.1-ata-1 \ name 2 system echo "-----> Reload partition table" -partprobe +partprobe || true echo "-----> Wait for partitions" sleep 3