Starting my script from cron causes problems with telnet.
I have set env(TERM), env(SHELL), env(HOME) and env(PATH) in the script and spawn telnet with the full path.
It seems that the process is started but times out when I'm waiting for the login-prompt.
The same script runs without problems without cron. What do I have to change?
I have set env(TERM), env(SHELL), env(HOME) and env(PATH) in the script and spawn telnet with the full path.
It seems that the process is started but times out when I'm waiting for the login-prompt.
The same script runs without problems without cron. What do I have to change?