server/scripts/getmail.sh | ●●●●● patch | view | raw | blame | history | |
server/scripts/run-getmail.sh | ●●●●● patch | view | raw | blame | history |
server/scripts/getmail.sh
File was deleted server/scripts/run-getmail.sh
@@ -3,7 +3,11 @@ cd /etc/getmail rcfiles="" for file in *.conf ; do if [ $file != "*.conf" ]; then rcfiles="$rcfiles -r $file" fi done #echo $rcfiles exec /usr/bin/getmail -n -v -g /etc/getmail $rcfiles if [ "$rcfiles" != "" ]; then exec /usr/bin/getmail -n -v -g /etc/getmail $rcfiles fi