1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00
This commit is contained in:
david hill
2016-05-16 14:04:53 -05:00
parent f8819b3b1b
commit 33f208912c

View File

@ -598,7 +598,7 @@ exit(0);
RPMSAVE:
//try Calpont.xml.rpmsave
cout << "Get System Calpont.xml.rpmsave " << flush;
cmd = "./remote_scp_get.sh " + installParentModuleIPAddr + " " + password + " " + installDir + "" + installLocation + "/etc/calpont.xml.rpmsave " + systemUser + " " + debug_flag;
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 + "Calpont.xml";