From dbb0bdd950dccccdd0f9a3d43c656c2a03e4a56a Mon Sep 17 00:00:00 2001 From: Raphael Geissert Date: Mon, 30 Apr 2012 16:55:44 -0500 Subject: Change the code style to match that of the rest of the code --- bin/ftpsync | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/ftpsync b/bin/ftpsync index 559200b..c73a0ee 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -494,17 +494,17 @@ while [ -e "${UPDATEREQUIRED}" ]; do case "$aupfile" in "${TO}/Archive-Update-in-Progress-*") error "Lock file is missing, this should not happen" - ;; + ;; "${LOCK}") : - ;; + ;; *) upstream_uip=true - ;; + ;; esac done - if $upstream_uip; then + if [ "xtruex" = "x${upstream_uip}x" ]; then log "Upstream archive update in progress, skipping stage2" log "Retrying update in ${UIPSLEEP}" touch "${UPDATEREQUIRED}" -- cgit v1.2.3