fixed a typo

This commit is contained in:
JT Smith 2003-07-20 14:13:44 +00:00
parent 3ed8316d35
commit f8054d7d40

View file

@ -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);