mirror of
https://github.com/koush/scrypted.git
synced 2026-06-20 16:40:30 +01:00
docker: update fstab to nofail
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user