From f9eeca881b60695cbfbbe82b21d359576f3d7257 Mon Sep 17 00:00:00 2001 From: David Newhall Date: Tue, 21 May 2024 18:27:15 -0700 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6163c0e..bdc881e 100644 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ sudo apt install -y notifiarr-worker if ! grep -q /share /etc/fstab ; then echo "Adding /share mount to /etc/fstab:" - 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" | \ sudo tee -a /etc/fstab fi