mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Merge branch 'master' of git://github.com/OpenELEC/OpenELEC.tv into openelec-next
This commit is contained in:
commit
d9c97e14fa
@ -26,5 +26,5 @@
|
||||
wait_for_network
|
||||
|
||||
progress "mounting Network shares"
|
||||
netmount
|
||||
netmount > /dev/null 2>&1
|
||||
)&
|
||||
|
@ -39,13 +39,14 @@ IFS="
|
||||
mkdir -p $MOUNTPOINT
|
||||
case "$SERVICE" in
|
||||
afp)
|
||||
mount_afp afp://$OPTIONS@$SHARE "$MOUNTPOINT" > /dev/null 2>&1 &
|
||||
sleep 1
|
||||
mount_afp afp://$OPTIONS@$SHARE "$MOUNTPOINT"
|
||||
;;
|
||||
cifs)
|
||||
mount.cifs "$SHARE" "$MOUNTPOINT" -o "$OPTIONS" > /dev/null 2>&1 &
|
||||
mount.cifs "$SHARE" "$MOUNTPOINT" -o "$OPTIONS" &
|
||||
;;
|
||||
nfs)
|
||||
mount.nfs "$SHARE" "$MOUNTPOINT" > /dev/null 2>&1 &
|
||||
mount.nfs "$SHARE" "$MOUNTPOINT" &
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user