From 772fc1cea558fbf23d9d720d61a99aecea412c45 Mon Sep 17 00:00:00 2001
From: jwarnier <jwarnier@ispconfig3>
Date: Fri, 03 Sep 2010 18:43:37 -0400
Subject: [PATCH] fix indentation
---
server/scripts/run-getmail.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/server/scripts/run-getmail.sh b/server/scripts/run-getmail.sh
index 048e04a..13e514c 100644
--- a/server/scripts/run-getmail.sh
+++ b/server/scripts/run-getmail.sh
@@ -4,9 +4,9 @@
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 @@
/usr/bin/getmail -n -v -g /etc/getmail $rcfiles
fi
rm -f /tmp/.getmail_lock
-fi
\ No newline at end of file
+fi
--
Gitblit v1.9.1