mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user