mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Fix path check in start_development docker script
This commit is contained in:
@@ -4,5 +4,7 @@
|
|||||||
/etc/init.d/postgresql start
|
/etc/init.d/postgresql start
|
||||||
/etc/init.d/redis-server start
|
/etc/init.d/redis-server start
|
||||||
nohup mongod &
|
nohup mongod &
|
||||||
|
if ! [ -d "/tower_devel/awx/lib/site-packages" ]; then
|
||||||
|
ln -s /tower/awx/lib/site-packages /tower_devel/awx/lib/site-packages
|
||||||
|
fi
|
||||||
/bin/bash
|
/bin/bash
|
||||||
|
|||||||
Reference in New Issue
Block a user