From: Joerg Jaspert Date: Sat, 2 May 2009 15:25:56 +0000 (+0200) Subject: do not exit on non-existant files, only log it X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=799e92eebb163bf65ea2a4009e71db0b1bcf966c;p=dak.git do not exit on non-existant files, only log it Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/common b/config/debian/common index 5c8171ed..9bc417b7 100644 --- a/config/debian/common +++ b/config/debian/common @@ -57,7 +57,6 @@ function acceptnew () { mv --target-directory="${accepted}" "${NAME}" else log_error "Error, couldn't find file ${NAME} to move to ${accepted}" - exit 2 fi done mv --target-directory="${accepted}" "${file}" "${file%%.changes}.dak"