fixed a typo
This commit is contained in:
parent
3ed8316d35
commit
f8054d7d40
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ if (!($^O =~ /^Win/i) && $> != 0 && !$override) {
|
|||
|
||||
|
||||
print "Starting..." unless ($quiet);
|
||||
WebGUI::Session::open($webguiRoot,$ARGV[1]);
|
||||
WebGUI::Session::open($webguiRoot,$configFile);
|
||||
WebGUI::Session::refreshUserInfo(3);
|
||||
print "OK\n" unless ($quiet);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue