summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Paillard <spaillard@debian.org>2013-10-06 16:18:05 +0200
committerSimon Paillard <spaillard@debian.org>2013-10-06 16:18:05 +0200
commitcb2e07093daf737ac34dd9827a5ff96c34f72f79 (patch)
treedcf92f312463c2af7e00435baeb7cc9b068b8243
parent208ec0fb190de3a4a3df2f073be1d1797a386c6a (diff)
ftpsync: Fix message, use ${UPDATE_RETRIES} (Closes: #725488)
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
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