mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
Revert "netmount: add options 'tcp' and 'timeo=600' per default to force tcp connections and a bigger timeout"
This reverts commit 8b05b0848ab946d8a09743fd7ddc53930a6b18fd.
This commit is contained in:
parent
8b05b0848a
commit
65c70a4aba
@ -42,7 +42,7 @@ IFS="
|
|||||||
mount "$SHARE" "$MOUNTPOINT" -o "$OPTIONS" > /dev/null 2>&1 &
|
mount "$SHARE" "$MOUNTPOINT" -o "$OPTIONS" > /dev/null 2>&1 &
|
||||||
;;
|
;;
|
||||||
nfs)
|
nfs)
|
||||||
mount "$SHARE" "$MOUNTPOINT" -o nolock,tcp,timeo=600,"$OPTIONS" > /dev/null 2>&1 &
|
mount "$SHARE" "$MOUNTPOINT" -o nolock,"$OPTIONS" > /dev/null 2>&1 &
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user