docker: update fstab to nofail

This commit is contained in:
Koushik Dutta
2024-02-14 12:11:41 -08:00
committed by GitHub
parent 640b2d806d
commit 22018ee573

View File

@@ -117,7 +117,7 @@ then
set -e
removescryptedfstab
mkdir -p /mnt/scrypted-nvr
echo "PARTLABEL=scrypted-nvr /mnt/scrypted-nvr ext4 defaults 0 0" >> /etc/fstab
echo "PARTLABEL=scrypted-nvr /mnt/scrypted-nvr ext4 defaults,nofail 0 0" >> /etc/fstab
mount -a
set +e