diff options
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 1 insertions, 1 deletions
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}") : |