mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
samba: auto-share .kodi.FAILED folder as Kodi-Failed
This commit is contained in:
parent
03a4cd0cec
commit
e0e77267e2
@ -40,6 +40,11 @@ if [ "$SAMBA_AUTOSHARE" == "true" ] ; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Allow access to a "failed" (safe mode) Kodi installation
|
||||||
|
if [ -d /storage/.kodi.FAILED ]; then
|
||||||
|
echo -e "[Kodi-Failed]\n path = /storage/.kodi.FAILED\n available = yes\n browsable = yes\n public = yes\n writable = yes\n" >> $SMB_CONF
|
||||||
|
fi
|
||||||
|
|
||||||
ADD_CONFIG=
|
ADD_CONFIG=
|
||||||
|
|
||||||
# If workgroup is not set, don't set it - who knows, user may know better.
|
# If workgroup is not set, don't set it - who knows, user may know better.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user