diff options
Diffstat (limited to 'heat/setup.sh')
-rwxr-xr-x | heat/setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heat/setup.sh b/heat/setup.sh index 22f4bb0..a51f5ae 100755 --- a/heat/setup.sh +++ b/heat/setup.sh @@ -75,7 +75,8 @@ while ! nc -z localhost 80; do sleep 1; done echo "Upload plugins to Cloudify Manager" -docker exec -it cloudify-manager /tmp/bin/install-plugins.sh +# run as detached because this script is intended to be run in background +docker exec -itd cloudify-manager /tmp/bin/install-plugins.sh echo "Cloudify Manager setup complete" |