"Wait for network before starting Kodi - File/commandline

  • Hi All,

    I have a situation where I have upgraded some Rasp PI's from OE to LE. Some of these boxes I forgot to tick the wait for network (they play from a network share) at LibreELEC Settings->Network->"Wait for network before starting Kodi"

    I am remote from the location and the boxes are only accisible via SSH. Not knowing the file structure of LE where would I find the appropriate location to set this from an SSH session?

    Thanks in advance.

  • Code
    mkdir -p /storage/.cache/libreelec/
    cat << EOL > /storage/.cache/libreelec/network_wait
    WAIT_NETWORK="true"
    WAIT_NETWORK_TIME="10"
    EOL