You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/16 06:30:55 UTC

[13/15] git commit: Fixes issue with path escaping of options

Fixes issue with path escaping of options


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/e8e6d1c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/e8e6d1c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/e8e6d1c8

Branch: refs/heads/cloudformation-update
Commit: e8e6d1c8bb6789c449e63df1d586c9595219c587
Parents: 52e10ee
Author: Todd Nine <to...@apache.org>
Authored: Wed Oct 15 15:10:14 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Wed Oct 15 15:10:14 2014 -0600

----------------------------------------------------------------------
 stack/awscluster/src/main/dist/init_instance/install_yourkit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/e8e6d1c8/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh
----------------------------------------------------------------------
diff --git a/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh b/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh
index e117db7..2883dae 100644
--- a/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh
+++ b/stack/awscluster/src/main/dist/init_instance/install_yourkit.sh
@@ -33,7 +33,7 @@ mkdir -p /mnt/yourkitreports
 chown -R tomcat7.tomcat7 /mnt/yourkitreports
 
 cat >> /etc/default/tomcat7 << EOF
-JAVA_OPTS="${JAVA_OPTS} -agentpath:/mnt/yourkit/yjp-2014-build-14108/bin/linux-x86-64/libyjpagent.so=port=10001,logdir=/mnt/yourkitreports,dir=/mnt/yourkitreports,onexit=snapshot"
+JAVA_OPTS="\${JAVA_OPTS} -agentpath:/mnt/yourkit/yjp-2014-build-14108/bin/linux-x86-64/libyjpagent.so=port=10001,logdir=/mnt/yourkitreports,dir=/mnt/yourkitreports,onexit=snapshot"
 EOF
 
 fi