Ich habe ein cron Problem mit curl
:Prozentzeichen% arbeitet nicht in crontab
curl -w "%{time_total}\n" -o /dev/null -s http://myurl.com >> ~/log
funktioniert super und eine Linie in Protokolldatei mit TOTAL_TIME hinzufügen.
Aber die gleiche Linie mit Cron tut nichts.
Es ist kein Problem, weil Weg curl http://myurl.com >> ~/log
funktioniert.
Haben Sie versucht zu entkommen '%'? 'curl -w" \% {time_total} \ n "' ... ' – fedorqui
mögliches Duplikat von [Cron-Fehler bei der Verwendung von backquotes] (http://stackoverflow.com/questions/3444595/cron-error-with-using-using-) backquotes) – tripleee