vmail-webmail/sbin/rc-cron.sh
Matthew Saunders Brown 36930ed080 first commit
2021-04-20 14:26:46 -07:00

7 lines
278 B
Bash

#!/bin/bash
/usr/bin/php /srv/www/html/roundcube/bin/cleandb.sh > /dev/null
/usr/bin/php /srv/www/html/roundcube/bin/deluser.sh --age=365 --dry-run > /dev/null
/usr/bin/php /srv/www/html/roundcube/bin/gc.sh
/usr/bin/php /srv/www/html/roundcube/bin/indexcontacts.sh > /dev/null