mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
dumb-init is more actively maintained, available on pypi, and already used for both upstream and downstream EEs
9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
set +x
|
|
|
|
bootstrap_development.sh
|
|
|
|
cd /awx_devel
|
|
# Start the services
|
|
exec make supervisor
|