PKGBUILDs/community/courier-mta/courier-webmail-cleancache.cron.hourly
2012-03-22 01:40:23 -04:00

7 lines
157 B
Bash

#!/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