We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212ac94 commit f9eeca8Copy full SHA for f9eeca8
install.sh
@@ -16,7 +16,7 @@ sudo apt install -y notifiarr-worker
16
17
if ! grep -q /share /etc/fstab ; then
18
echo "Adding /share mount to /etc/fstab:"
19
- echo "10.1.0.92:/volume1/data/share /share nfs rw,noatime,norelatime,async,vers=4.0,rsize=131072,wsize=131072,soft,sec=sys 0 0" | \
+ echo "10.1.0.92:/volume1/data/share /share nfs rw,noatime,norelatime,async,vers=4.0,rsize=131072,wsize=131072,soft,sec=sys,auto 0 0" | \
20
sudo tee -a /etc/fstab
21
fi
22
0 commit comments