diff --git a/tools/configMgt/autoInstaller.cpp b/tools/configMgt/autoInstaller.cpp index b08501a8a..0cb2d0a8f 100644 --- a/tools/configMgt/autoInstaller.cpp +++ b/tools/configMgt/autoInstaller.cpp @@ -565,7 +565,7 @@ exit(0); // redirect cout to /dev/null cerr.rdbuf(file.rdbuf()); - sysConfigOld = Config::makeConfig( systemDir + "" + installLocation + ".xml"); + sysConfigOld = Config::makeConfig( systemDir + "/Calpont.xml"); // restore cout stream buffer cerr.rdbuf (strm_buffer);