mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Check for site-packages and if it doesn't exist symlink to the built directory
This commit is contained in:
parent
6d03deaf9b
commit
5969c6a380
@ -4,5 +4,7 @@
|
||||
/etc/init.d/postgresql start
|
||||
/etc/init.d/redis-server start
|
||||
nohup mongod &
|
||||
|
||||
if ! [ -d "/tower_develop/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