This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

crontab problem...

Old posts that have not been replied to for several years.
Locked
J
Jiuy

crontab problem...

Post by Jiuy »

i try run pisg in crontab but it's not work...can somebody tell me why...

crontab:
0,10 * * * * ~/pisg-0.49/pisg

if i run pisg manual it's work perfect :(
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

use an absolute path.. /usr/home/whomever/pisg......
a.k.a. hellios
J
Jiuy

Post by Jiuy »

still not working :(
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

read the "crontab" doc in the pisg/scripts folder
im guessing you want it to run every ten minutes?
*/10 * * * * /path/to/your/pisg --silent
a.k.a. hellios
Locked