You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
change
This commit is contained in:
@ -601,7 +601,7 @@ RPMSAVE:
|
||||
cmd = "./remote_scp_get.sh " + installParentModuleIPAddr + " " + password + " " + installDir + "" + installLocation + "/etc/calpont.xml.rpmsave " + systemUser + " " + debug_flag;
|
||||
rtnCode = system(cmd.c_str());
|
||||
if (rtnCode == 0) {
|
||||
cmd = "mv Calpont.xml.rpmsave " + systemDir + "" + installLocation + ".xml";
|
||||
cmd = "mv Calpont.xml.rpmsave " + systemDir + "Calpont.xml";
|
||||
rtnCode = system(cmd.c_str());
|
||||
if ( rtnCode != 0 ) {
|
||||
cout << "ERROR: No system Calpont.xml or Calpont.xml.rpmsave found, exiting" << endl;
|
||||
@ -631,7 +631,7 @@ CONFIGDONE:
|
||||
|
||||
Config* sysConfigOld;
|
||||
try {
|
||||
sysConfigOld = Config::makeConfig( systemDir + "" + installLocation + ".xml");
|
||||
sysConfigOld = Config::makeConfig( systemDir + "/Calpont.xml");
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
|
Reference in New Issue
Block a user