autoupdate: typo

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-25 20:45:57 +02:00
parent 196050fb08
commit 50e5537d9f
2 changed files with 2 additions and 2 deletions

View File

@ -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 () {

View File

@ -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 () {