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 11:24:25 -05:00
parent 5346b13884
commit bc35956281

View File

@ -337,7 +337,7 @@ int main(int argc, char *argv[])
installDir = "/home/" + systemUser;
//remove all calpont packages from local /root/ directory, can interfere with install
if (geteuid() == 0) {
if (geteuid() == 0)
system("rm -f /root/calpont-*rpm /root/infinidb-*rpm /root/mariadb-*rpm ");
string systemDir = "systems/" + systemName + "/";