summaryrefslogtreecommitdiffstats
path: root/scripts/mount-store
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mount-store')
-rwxr-xr-xscripts/mount-store2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mount-store b/scripts/mount-store
index cb6b769..e0ce839 100755
--- a/scripts/mount-store
+++ b/scripts/mount-store
@@ -117,7 +117,7 @@ if grep -E -q '^[^/].+:.+' <<<$SOURCE; then
# seems to be NFS
for opt in vers=4 vers=3; do
echo " * Trying ${opt}..."
- mount -v -t nfs -o rw,noatime,noexec,nodev,async,nolock,$opt,fg,ac,retry=1,timeo=150,sec=sys "$SOURCE" "$DEST"
+ mount -v -t nfs -o rw,noatime,noexec,nodev,async,nolock,$opt,fg,ac,retry=0,timeo=200,sec=sys "$SOURCE" "$DEST"
RET=$?
[ "$RET" -ne "0" ] && continue
echo "Mount succeeded, checking write permissions...."