From 772fc1cea558fbf23d9d720d61a99aecea412c45 Mon Sep 17 00:00:00 2001 From: jwarnier Date: Fri, 3 Sep 2010 22:43:37 +0000 Subject: [PATCH] fix indentation --- server/scripts/run-getmail.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/scripts/run-getmail.sh b/server/scripts/run-getmail.sh index 048e04a30..13e514cc2 100644 --- a/server/scripts/run-getmail.sh +++ b/server/scripts/run-getmail.sh @@ -4,9 +4,9 @@ set -e cd /etc/getmail rcfiles="" for file in *.conf ; do -if [ $file != "*.conf" ]; then -rcfiles="$rcfiles -r $file" -fi + if [ $file != "*.conf" ]; then + rcfiles="$rcfiles -r $file" + fi done #echo $rcfiles if [ -f /tmp/.getmail_lock ]; then @@ -17,4 +17,4 @@ else /usr/bin/getmail -n -v -g /etc/getmail $rcfiles fi rm -f /tmp/.getmail_lock -fi \ No newline at end of file +fi -- GitLab