fixed a bug that caused the app to fail

This commit is contained in:
JT Smith 2003-04-28 19:00:55 +00:00
parent b2bb411f0c
commit f7b44d12bd

View file

@ -102,7 +102,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);