document absolute path for spectre
This commit is contained in:
parent
082286cdac
commit
c2296a805a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue