ich versuche, automatisiert einen Cron per Bash Script anzulegen:
Code: Alles auswählen
echo "
*/1 * * * * /root/confixx/admin/contrib/auto_reg.pl > /dev/null 2>&1
" >> /var/spool/cron/crontabs/root
/etc/init.d/cron restart
/usr/sbin/cron[23733]: (root) WRONG INODE INFO (crontabs/root)
Jul 13 15:47:16 v84 /usr/sbin/cron[23733]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
Jul 13 15:47:19 v84 crontab[23756]: (root) BEGIN EDIT (root)
Jul 13 15:47:27 v84 crontab[23756]: (root) END EDIT (root)
Ändere ich den Cron manuell ab (entferne die überflüssigen Leerzeichen), klappt er direkt, mein per Script erstellter aber nicht.
Wie erstelle ich am besten einen solchen cron?
Für Hilfe dankend..
flibbi