Re: crond

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've written the following script (named checkconn)
to be executed every 5 minutes by crond:
...
if [ $? -ne 0 ] ; then
    `/sbin/adsl-stop`
    `/sbin/adsl-start`
fi
...
Well, if I execute checkconn from the command line,
it works as expected, while when checkconn is invoked
by crond, it doesn't work...

What do you mean by "doesn't work"? Do you see any errors?

Rich


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux