Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored May 22, 2024
1 parent 212ac94 commit f9eeca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f9eeca8

Please sign in to comment.