Meine crontab sieht so aus:
0 1 * * * chroot /path/to/chroot apt-get update
Ergebnis ist
Code: Alles auswählen
chroot: command not found
Wieso scheitert es per cron?
Code: Alles auswählen
chroot: command not found
Ist 'deine' crontab die vom User root?nihilist hat geschrieben: Meine crontab sieht so aus:
0 1 * * * chroot /path/to/chroot apt-get update