summaryrefslogtreecommitdiffstats
path: root/build/gmg-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/gmg-install.sh')
-rwxr-xr-xbuild/gmg-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gmg-install.sh b/build/gmg-install.sh
index 398e1379..2804ebb4 100755
--- a/build/gmg-install.sh
+++ b/build/gmg-install.sh
@@ -118,7 +118,7 @@ function make_dirs()
ssh-keygen -t rsa -f /opt/glustermg/keys/gluster.pem -N ''
mv -f /opt/glustermg/keys/gluster.pem.pub /opt/glustermg/keys/gluster.pub
fi
- chown -R tomcat:tomcat $GMG_HOME_DIR $GMG_LOG_DIR;
+ chown -R tomcat:tomcat $GMG_ROOT_DIR $GMG_LOG_DIR;
}
function check_tar_gz()