document absolute path for spectre

This commit is contained in:
Graham Knop 2008-06-13 22:03:29 +00:00
parent 082286cdac
commit c2296a805a

View file

@ -48,6 +48,7 @@ pod2usage( verbose => 2 ) if $help;
pod2usage() unless ($ping||$shutdown||$daemon||$run||$test||$status);
require File::Spec;
# Convert to absolute since we'll be changing directory
my $config = WebGUI::Config->new(File::Spec->rel2abs($webguiRoot),"spectre.conf",1);
unless (defined $config) {
print <<STOP;