mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +00:00
autoupdate: typo
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
196050fb08
commit
50e5537d9f
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
[ -f /etc/update.conf ] && . /etc/update.conf
|
[ -f /etc/update.conf ] && . /etc/update.conf
|
||||||
[ -f /storage/.config/update.conf ] && . /storage/.config/update.conf
|
[ -f /storage/.config/update.conf ] && . /storage/.config/update.conf
|
||||||
[ -f /etc/repo.conf ] && . /etc/repo.conf || exit0
|
[ -f /etc/repo.conf ] && . /etc/repo.conf || exit 0
|
||||||
[ -n "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
|
[ -n "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
|
||||||
|
|
||||||
download () {
|
download () {
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
[ -f /etc/update.conf ] && . /etc/update.conf
|
[ -f /etc/update.conf ] && . /etc/update.conf
|
||||||
[ -f /storage/.config/update.conf ] && . /storage/.config/update.conf
|
[ -f /storage/.config/update.conf ] && . /storage/.config/update.conf
|
||||||
[ -f /etc/repo.conf ] && . /etc/repo.conf || exit0
|
[ -f /etc/repo.conf ] && . /etc/repo.conf || exit 0
|
||||||
[ -n "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
|
[ -n "$KEYFILE" ] && SCP_ARG="-i $KEYFILE"
|
||||||
|
|
||||||
download () {
|
download () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user