jwarnier
2010-09-03 772fc1cea558fbf23d9d720d61a99aecea412c45
fix indentation
1 files modified
8 ■■■■ changed files
server/scripts/run-getmail.sh 8 ●●●● patch | view | raw | blame | history
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
fi