Hi, I have mistakenly deleted the crontab file (crontab -r), how do i make ISPConfig reconfigure it? Thanks.
Think i solved it by inserting: * * * * * /usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log 30 00 * * * /usr/local/ispconfig/server/cron_daily.sh > /dev/null 2>> /var/log/ispconfig/cron.log
That looks fine. In such a case you can also download ispconfig again and run the update.php script, it will reconfigure your system and ads also missing crontab entries.