mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
netmount: mount in background
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a226307df4
commit
664fb5597a
@ -39,10 +39,10 @@ IFS="
|
|||||||
mkdir -p $MOUNTPOINT
|
mkdir -p $MOUNTPOINT
|
||||||
case "$SERVICE" in
|
case "$SERVICE" in
|
||||||
cifs)
|
cifs)
|
||||||
mount.cifs "$SHARE" "$MOUNTPOINT" -o "$OPTIONS" > /dev/null 2>&1
|
mount.cifs "$SHARE" "$MOUNTPOINT" -o "$OPTIONS" > /dev/null 2>&1 &
|
||||||
;;
|
;;
|
||||||
nfs)
|
nfs)
|
||||||
mount.nfs "$SHARE" "$MOUNTPOINT" > /dev/null 2>&1
|
mount.nfs "$SHARE" "$MOUNTPOINT" > /dev/null 2>&1 &
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user