mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57:49 +00:00
samba: update to last option dialog changes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8752a67a19
commit
03ce23e4b9
@ -28,7 +28,7 @@ OPENELEC_SETTINGS="$HOME/.xbmc/userdata/addon_data/os.openelec.settings/settings
|
|||||||
if [ -f "$OPENELEC_SETTINGS" ]; then
|
if [ -f "$OPENELEC_SETTINGS" ]; then
|
||||||
SAMBA_START=`grep SAMBA_START $OPENELEC_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`
|
SAMBA_START=`grep SAMBA_START $OPENELEC_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`
|
||||||
|
|
||||||
if [ "$SAMBA_START" = "yes" ]; then
|
if [ "$SAMBA_START" = "true" ]; then
|
||||||
|
|
||||||
wait_for_network
|
wait_for_network
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user