You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2018/08/30 12:19:47 UTC

[02/10] brooklyn-docs git commit: example_yaml: make start.sh executable after extracting

example_yaml: make start.sh executable after extracting

/tmp/brooklyn-...-launching_VanillaSoftwareProce.sh:
    line 9: ./start.sh: Permission denied


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/d66451f2
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/d66451f2
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/d66451f2

Branch: refs/heads/master
Commit: d66451f2c534f7964f8aac1d5cfa149adbe61487
Parents: d210db3
Author: Paul Campbell <pa...@cloudsoft.io>
Authored: Wed Aug 22 14:57:38 2018 +0100
Committer: Paul Campbell <pa...@cloudsoft.io>
Committed: Thu Aug 23 14:47:31 2018 +0100

----------------------------------------------------------------------
 guide/blueprints/example_yaml/vanilla-bash-netcat-file.yaml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/d66451f2/guide/blueprints/example_yaml/vanilla-bash-netcat-file.yaml
----------------------------------------------------------------------
diff --git a/guide/blueprints/example_yaml/vanilla-bash-netcat-file.yaml b/guide/blueprints/example_yaml/vanilla-bash-netcat-file.yaml
index 1c4612b..af9cf11 100644
--- a/guide/blueprints/example_yaml/vanilla-bash-netcat-file.yaml
+++ b/guide/blueprints/example_yaml/vanilla-bash-netcat-file.yaml
@@ -6,5 +6,6 @@ services:
   brooklyn.config:
     download.url: file:///tmp/netcat-server.tgz
     launch.command: |
+      chmod +x start.sh
       ./start.sh &
       echo $! > $PID_FILE