dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add a / at the end of a rewrite path automatically in case that there is no /
tbrehm
2009-06-10
22eabc903f3e973be8bcec28b33fe0e9f20196bd
[gitlabFork/ISPConfig3.git]
/
server
/
scripts
/
run-getmail.sh
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
cd /etc/getmail
rcfiles=""
for file in *.conf ; do
rcfiles="$rcfiles -r $file"
done
#echo $rcfiles
exec /usr/bin/getmail -n -v -g /etc/getmail $rcfiles