summaryrefslogtreecommitdiffstats
path: root/tools/docker-compose/launch_awx.sh
blob: 86a9a16fd506615855bd93ed9bc2ba1c63b7b093 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set +x

bootstrap_development.sh

cd /awx_devel

# Run the given command, usually supervisord
exec "$@"