From cb2e07093daf737ac34dd9827a5ff96c34f72f79 Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Sun, 6 Oct 2013 16:18:05 +0200 Subject: ftpsync: Fix message, use ${UPDATE_RETRIES} (Closes: #725488) --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ftpsync b/bin/ftpsync index 3ec25a8..2d9a47b 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -556,7 +556,7 @@ while [ -e "${UPDATEREQUIRED}" ]; do sleep "${UIPSLEEP}" result=0 else - error "Update has been retried ${UPDATEREQUIRED} times, aborting" + error "Update has been retried ${UPDATE_RETRIES} times, aborting" log "Perhaps upstream is still updating or there's a stale AUIP file" result=1 fi -- cgit v1.2.3