On 2002-01-03 21:39, BassTeQ wrote:
Ive setup the script called botchk in my crontab.
Although if the script find sthe bot is dead, and tries to restart it it says
bot.conf - Permission denied.
What permissions should I have sent on this conf file so the cron daemon can start it?
Thanks.
I will also answer...
chmod as ppslim said, check that the first line points to your eggdrop executable
I also added this right below that line:
Now I replace all paths with "$path/the/path", for example:
set mod-path "modules/"
to
set mod-path "$path/modules/"
Now I can start my eggdrop wherever in my filesystem I stand by pointing to my configuration file, for example if I'm in my public_html dir "../../eggdrop/Lina^17.conf"
I want a $path solution to be standard in eggdrop configuration files.