run daily cron jobs manually
#!/bin/bash # runs cron's daily scripts function run-cron-daily () { run-parts '/etc/cron.daily' }