From 50e5537d9fb3f058bb3ec1f9836fdeb0e36bff0c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 25 Oct 2010 20:45:57 +0200 Subject: [PATCH] autoupdate: typo Signed-off-by: Stephan Raue --- packages/tools/autoupdate/scripts/autoupdate.devel | 2 +- packages/tools/autoupdate/scripts/autoupdate.release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tools/autoupdate/scripts/autoupdate.devel b/packages/tools/autoupdate/scripts/autoupdate.devel index f2ee20705d..41044cb832 100755 --- a/packages/tools/autoupdate/scripts/autoupdate.devel +++ b/packages/tools/autoupdate/scripts/autoupdate.devel @@ -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 () { diff --git a/packages/tools/autoupdate/scripts/autoupdate.release b/packages/tools/autoupdate/scripts/autoupdate.release index 9845c6b643..e6ee16e10e 100755 --- a/packages/tools/autoupdate/scripts/autoupdate.release +++ b/packages/tools/autoupdate/scripts/autoupdate.release @@ -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 () {