mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Fix path check in start_development docker script
This commit is contained in:
parent
6ab4bc6800
commit
43d873acab
@ -4,7 +4,7 @@
|
||||
/etc/init.d/postgresql start
|
||||
/etc/init.d/redis-server start
|
||||
nohup mongod &
|
||||
if ! [ -d "/tower_develop/awx/lib/site-packages" ]; then
|
||||
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