autoupdate: temporary use /storage/.cache/openelec/update.conf for update options - to be changed

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2013-01-11 00:49:58 +01:00
parent 378a5b8bec
commit 9adcb060cc
2 changed files with 4 additions and 4 deletions

View File

@@ -24,8 +24,8 @@ TMP_DIR="$HOME/.xbmc/temp"
if [ -f /etc/update.conf ]; then
. /etc/update.conf
elif [ -f /var/config/settings.conf ]; then
. /var/config/settings.conf
elif [ -f /storage/.cache/openelec/update.conf ]; then
. /storage/.cache/openelec/update.conf
AUTOUPDATE="$UPDATE_AUTO"
else
exit 0

View File

@@ -24,8 +24,8 @@ TMP_DIR="$HOME/.xbmc/temp"
if [ -f /etc/update.conf ]; then
. /etc/update.conf
elif [ -f /var/config/settings.conf ]; then
. /var/config/settings.conf
elif [ -f /storage/.cache/openelec/update.conf ]; then
. /storage/.cache/openelec/update.conf
AUTOUPDATE="$UPDATE_AUTO"
else
exit 0