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