summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Geissert <atomo64@gmail.com>2012-04-30 16:55:44 -0500
committerRaphael Geissert <geissert@debian.org>2012-12-18 18:09:55 -0600
commitdbb0bdd950dccccdd0f9a3d43c656c2a03e4a56a (patch)
treeff8400983fe015e11973f90202c603fb6d2667ed
parent521dc27e941f7af8ee35c264e8dc5b352d6beb33 (diff)
Change the code style to match that of the rest of the code
-rwxr-xr-xbin/ftpsync8
1 files 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}"