From c74f60450c015fab1b8136097b71d3c0a4fb23a4 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 1 Jan 2010 21:05:15 +0100 Subject: indentation Signed-off-by: Joerg Jaspert --- etc/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/common b/etc/common index 2f6af01..5058f9e 100644 --- a/etc/common +++ b/etc/common @@ -128,7 +128,7 @@ signal () { # This is a little racy, especially if the other parts decide to do this # at the same time, but it wont hurt more than a mail too much, so I don't care much if [ ${tries} -ge ${PUSHDELAY} ]; then - echo "Failed to wait for all other mirrors. Failed ones are:" >> "${LOGDIR}/${MIRROR}.log" + echo "Failed to wait for all other mirrors. Failed ones are:" >> "${LOGDIR}/${MIRROR}.log" for file in ${PUSHLOCKS}; do if [ ! -f ${file} ]; then echo "${file}" >> "${LOGDIR}/${MIRROR}.log" -- cgit v1.2.3