mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
9 lines
112 B
Bash
Executable File
9 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
set +x
|
|
|
|
/bootstrap_development.sh
|
|
|
|
cd /awx_devel
|
|
# Start the services
|
|
exec /tini -- make supervisor
|