mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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 /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"
|
||||
|
||||
download () {
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
[ -f /etc/update.conf ] && . /etc/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"
|
||||
|
||||
download () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user