|
From: | Jelle Smet |
Subject: | [Lynx-dev] Scripted |
Date: | Wed, 7 May 2008 18:22:03 +0200 |
Hi list, I’m trying to launch the following command through
cron. But I can’t get it working. If I launch the command from the console, it works like a
charm though. (The variables are not the problem) /usr/bin/lynx -connect_timeout=30 -cfg= /etc/config/lynx.cfg
-cmd_script= /etc/config/automate.macro http://fubar My crontab file looks like: */10 * * * * root /usr/bin/lynx
-connect_timeout=30 -cfg= /etc/config/lynx.cfg -cmd_script= /etc/config/automate.macro
http://fubar >/dev/null If I put my lynx command into a shell script and execute
that shell script through cron, it doesn’t work either Anyone an idea to help me out? Thanks in advance, J |
[Prev in Thread] | Current Thread | [Next in Thread] |