I have a few hundred cronjobs in DirectAdmin.
I need to string_replace every cronjob in DirectAdmin.
I managed to change all my cronjobs with crontab -e, so my cronfile in /var/spool/cron is now correct.
The problem is that in DirectAdmin only the old cronjobs reside.
My question is how to sync the string-replaced crons into DirectAdmin ?
So is there a way to read the changed /var/spool/cron-file into DirectAdmin ?