From f56f99e06c75697526dfbcaf2594461d6f489922 Mon Sep 17 00:00:00 2001 From: Raphael Geissert Date: Thu, 26 Apr 2012 23:40:55 -0500 Subject: Better error reporting --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ftpsync b/bin/ftpsync index 646e9d8..85bb9c7 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -491,7 +491,7 @@ while [ -e "${UPDATEREQUIRED}" ]; do for aupfile in "${TO}/Archive-Update-in-Progress-"*; do case "$aupfile" in "${TO}/Archive-Update-in-Progress-*") - : + error "Lock file is missing, this should not happen" ;; "${LOCK}") : -- cgit v1.2.3