mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
SABnzbd: update to last option dialog changes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -28,7 +28,7 @@ OPENELEC_SETTINGS="$HOME/.xbmc/userdata/addon_data/os.openelec.settings/settings
|
||||
if [ -f "$OPENELEC_SETTINGS" ]; then
|
||||
SABNZBD_START=`grep SABNZBD_START $OPENELEC_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`
|
||||
|
||||
if [ "$SABNZBD_START" = "yes" ]; then
|
||||
if [ "$SABNZBD_START" = "true" ]; then
|
||||
|
||||
wait_for_network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user