From 5346b13884c7bfd20a21ceddf6f8e85805902259 Mon Sep 17 00:00:00 2001 From: david hill Date: Mon, 16 May 2016 11:03:28 -0500 Subject: [PATCH] change --- tools/configMgt/autoInstaller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);