summaryrefslogtreecommitdiff
path: root/community-staging/courier-mta/courier-webmail-cleancache.cron.hourly
blob: 6c541321effb72887ccd767a0b8f4f4dfd96dc95 (plain)
1
2
3
4
5
6
#!/bin/sh

# Cleans the cache of the sqwebmail server
if [ -x /usr/share/sqwebmail/cleancache.pl ]; then
  su -c "/usr/share/sqwebmail/cleancache.pl" bin
fi