diff --git a/tools/configMgt/autoInstaller.cpp b/tools/configMgt/autoInstaller.cpp index 0cb2d0a8f..5294d44d8 100644 --- a/tools/configMgt/autoInstaller.cpp +++ b/tools/configMgt/autoInstaller.cpp @@ -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 + "/";