mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
set +x
|
|
|
|
/bootstrap_development.sh
|
|
|
|
cd /awx_devel
|
|
# Start the services
|
|
exec tini -- make supervisor
|