Gossamer Forum
Home : Products : Gossamer Links : Discussions :

syntax to run nph-build from cron

Quote Reply
syntax to run nph-build from cron
Hi Alex:

I see there are a few commands from cron for nph-build.cgi. I have tried running:

/home/path/to/admin/nph-build.cgi --all

and that does not work... what is the correct command?

thanks!

dave

Quote Reply
Re: syntax to run nph-build from cron In reply to
Hi,

You need to do:

perl -I/path/to/admin /path/to/admin/nph-build.cgi --all

as the path is not included. I've updated Links SQL so now use lib statements will automatically be put in for all cgi scripts.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: syntax to run nph-build from cron In reply to
thanks alex!