Skip to content

Commit f9eeca8

Browse files
authored
Update install.sh
1 parent 212ac94 commit f9eeca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sudo apt install -y notifiarr-worker
1616

1717
if ! grep -q /share /etc/fstab ; then
1818
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" | \
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,auto 0 0" | \
2020
sudo tee -a /etc/fstab
2121
fi
2222

0 commit comments

Comments
 (0)