server/scripts/run-getmail.sh | ●●●●● 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