summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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