From 36b6609936c274b001120491c3aab6aae3f9dbcc Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Wed, 13 Sep 2017 17:33:20 -0500 Subject: [PATCH] did not comment out the sudo command --- oamapps/postConfigure/postConfigure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oamapps/postConfigure/postConfigure.cpp b/oamapps/postConfigure/postConfigure.cpp index 195a849ea..ec85d7b1a 100644 --- a/oamapps/postConfigure/postConfigure.cpp +++ b/oamapps/postConfigure/postConfigure.cpp @@ -5824,7 +5824,7 @@ bool glusterSetup(string password) { //} //else //{ - command = remoteCommand + DataRedundancyConfigs[pm].pmIpAddr + " " + password + " 'sudo mkdir -p " + installDir + "/gluster/brick" + oam.itoa(brick) + "'"; + // command = remoteCommand + DataRedundancyConfigs[pm].pmIpAddr + " " + password + " 'sudo mkdir -p " + installDir + "/gluster/brick" + oam.itoa(brick) + "'"; //} status = system(command.c_str()); if (WEXITSTATUS(status) != 0 )