mhmhm
are you sure your path to the executables is "/etc/kannel/bearerbox" and
"/etc/kannel/smsbox"??
was this a typo on your e-mail, or on your script??
or do you really have the executables on /etc/kannel??
Regards,
Juan
wanted wrote:
hi all,
I have a shell script which will startup bearerbox and smsbox as follows:
/etc/kannel/bearerbox /etc/kannel/conf/bearerbox.conf &
/etc/kannel/smsbox /etc/kannel/conf/smsbox.conf &
The script run well when I manually execute the script. However, if the
script is scheduled in crontab, I noticed that bearerbox and smsbox will not
be executed even though the script is being executed successfully.
Nothing is being output to the log file even though the log level is
configured to 'DEBUG' level. Is there any enviroment parameter need to be
assign?
Any suggestion/opinion is welcomed.
Thanks