You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/03/20 20:09:08 UTC

git commit: Updated vCloud sh script

Repository: incubator-stratos
Updated Branches:
  refs/heads/master dc80e7ce9 -> 739623915


Updated vCloud sh script


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

Branch: refs/heads/master
Commit: 73962391558446a2380b58c19920f9bea2a36471
Parents: dc80e7c
Author: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Authored: Fri Mar 21 00:38:48 2014 +0530
Committer: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Committed: Fri Mar 21 00:38:48 2014 +0530

----------------------------------------------------------------------
 .../src/main/resources/conf/scripts/sh/customization              | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/73962391/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/scripts/sh/customization
----------------------------------------------------------------------
diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/scripts/sh/customization b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/scripts/sh/customization
index b567c80..53eb31c 100644
--- a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/scripts/sh/customization
+++ b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/conf/scripts/sh/customization
@@ -1,2 +1,3 @@
 #!/bin/sh
-echo "PAYLOAD" > /tmp/payload
+mkdir -p /tmp/payload
+echo "PAYLOAD" > /tmp/payload/launch-params