Your IP : 216.73.216.48


Current Path : /scripts/cron/
Upload File :
Current File : //scripts/cron/cron.sh

#!/bin/sh
/bin/killall crond
sleep 15
/bin/rm -rf /var/spool/cron/cron.*
/usr/sbin/crond
echo "Cron is restarted!"