Update changeIobStatus for WebGUI::Paths
This commit is contained in:
parent
d0b17aced8
commit
5992a1dc4a
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ pod2usage( verbose => 2 ) if $help;
|
|||
pod2usage() unless $configFile;
|
||||
|
||||
print "Starting up...\n" unless ($quiet);
|
||||
my $session = WebGUI::Session->open($webguiRoot,$configFile);
|
||||
my $session = WebGUI::Session->open($configFile);
|
||||
|
||||
if ($userMessageFile) {
|
||||
print "Opening message file.." unless ($quiet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue