CC-3009: Install script installs virtualenv twice.
-fixed
This commit is contained in:
parent
dccdc9a845
commit
306e886f58
|
@ -36,8 +36,12 @@ echo -e "\n******************************** Install Begin **********************
|
|||
SCRIPT=`readlink -f $0`
|
||||
# Absolute path this script is in, thus /home/user/bin
|
||||
SCRIPTPATH=`dirname $SCRIPT`
|
||||
AIRTIMEROOT=$SCRIPTPATH/../
|
||||
|
||||
$AIRTIMEROOT/python_apps/python-virtualenv/virtualenv-install.sh
|
||||
python $AIRTIMEROOT/python_apps/create-pypo-user.py
|
||||
|
||||
|
||||
python $SCRIPTPATH/../python_apps/create-pypo-user.py
|
||||
|
||||
$SCRIPTPATH/include/airtime-copy-files.sh
|
||||
$SCRIPTPATH/include/airtime-initialize.sh $@
|
||||
|
|
Loading…
Reference in New Issue