mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Fix path check in start_development docker script
This commit is contained in:
parent
2b5624daa2
commit
bd3faea671
@ -4,5 +4,7 @@
|
||||
/etc/init.d/postgresql start
|
||||
/etc/init.d/redis-server start
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user