Skip to content

Commit

Permalink
example_yaml: make start.sh executable after extracting
Browse files Browse the repository at this point in the history
/tmp/brooklyn-...-launching_VanillaSoftwareProce.sh:
    line 9: ./start.sh: Permission denied
  • Loading branch information
kemitix committed Aug 23, 2018
1 parent d210db3 commit d66451f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d66451f

Please sign in to comment.