mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
9 lines
110 B
Bash
Executable File
9 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
set +x
|
|
|
|
bootstrap_development.sh
|
|
|
|
cd /awx_devel
|
|
# Start the services
|
|
exec tini -- make supervisor
|