On Wed, 20 Dec 2000, Jamie Krasnoo wrote:
> Ok, it seems that my startup.pl is being run twice on server start.

Since configuration scripts can include other scripts, you probably have
more than one other script that includes startup.pl, or more than one
script that includes something that includes startup.pl, or other such.
This is a commonly encountered situation in programming.

What you need to do is scan your other relevant config files to look for
multiple includes of another file and remove one.  Or, if this isn't
feasible, then there may be some conditional that you can use to check if
you already ran a script, and then not do it again.

Of course, there could be a different reason that this is happening...

// Darren Duncan



Reply via email to