mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 02:58:13 -03:30
Check for site-packages and if it doesn't exist symlink to the built directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user