We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45858cb commit 06d4a2bCopy full SHA for 06d4a2b
server/scripts/run-getmail.sh
@@ -1,4 +1,5 @@
1
#!/bin/sh
2
+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
3
set -e
4
cd /etc/getmail
5
rcfiles=""
@@ -13,7 +14,7 @@ if [ -f /tmp/.getmail_lock ]; then
13
14
else
15
touch /tmp/.getmail_lock
16
if [ "$rcfiles" != "" ]; then
- exec /usr/bin/getmail -n -v -g /etc/getmail $rcfiles
17
+ /usr/bin/getmail -n -v -g /etc/getmail $rcfiles
18
fi
19
rm -f /tmp/.getmail_lock
20
0 commit comments