1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00
This commit is contained in:
david hill
2016-05-16 10:58:05 -05:00
parent b8984ab682
commit d185de5cfe

View File

@ -337,8 +337,8 @@ int main(int argc, char *argv[])
installDir = "/home/" + systemUser; installDir = "/home/" + systemUser;
//remove all calpont packages from local /root/ directory, can interfere with install //remove all calpont packages from local /root/ directory, can interfere with install
if (geteuid() == 0) if (geteuid() == 0) {
system("rm -f /root" + installLocation + "-*rpm /root/infinidb-*rpm /root/mariadb-*rpm "); system("rm -f /root/calpont-*rpm /root/infinidb-*rpm /root/mariadb-*rpm ");
string systemDir = "systems/" + systemName + "/"; string systemDir = "systems/" + systemName + "/";
@ -551,7 +551,7 @@ exit(0);
cmd = "mv Calpont.xml " + systemDir + "/."; cmd = "mv Calpont.xml " + systemDir + "/.";
rtnCode = system(cmd.c_str()); rtnCode = system(cmd.c_str());
if ( rtnCode == 0 ) { if ( rtnCode == 0 ) {
/" + installLocation + ".xml found // Calpont.xml found
//try to parse it //try to parse it
Config* sysConfigOld; Config* sysConfigOld;