You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/07/31 11:55:07 UTC

git commit: agent: Correct environment variable name

Updated Branches:
  refs/heads/master 420f08ab4 -> da0db631d


agent: Correct environment variable name

Otherwise the agent won't find it's scripts.


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

Branch: refs/heads/master
Commit: da0db631d01e59b233da6da481eb8074c0f3891f
Parents: 420f08a
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Tue Jul 31 11:51:59 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Tue Jul 31 11:51:59 2012 +0200

----------------------------------------------------------------------
 agent/conf/environment.properties.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/da0db631/agent/conf/environment.properties.in
----------------------------------------------------------------------
diff --git a/agent/conf/environment.properties.in b/agent/conf/environment.properties.in
index 7fcf570..b077f9e 100644
--- a/agent/conf/environment.properties.in
+++ b/agent/conf/environment.properties.in
@@ -18,4 +18,4 @@
 # management server compile-time environment parameters
 
 paths.pid=@PIDDIR@
-paths.scripts=@AGENTLIBDIR@
+paths.script=@AGENTLIBDIR@