CC-3098: Upgrade scripts don't work

-fixed
This commit is contained in:
Martin Konecny 2011-11-23 16:01:08 -05:00
parent d71c2289ac
commit 49051b7fc2
155 changed files with 63297 additions and 10 deletions

View file

@ -37,6 +37,11 @@ echo -e "\n******************************** Install Begin **********************
rm -rf "/usr/lib/airtime"
$AIRTIMEROOT/python_apps/python-virtualenv/virtualenv-install.sh
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
. ${virtualenv_bin}activate
python $AIRTIMEROOT/python_apps/create-pypo-user.py
if [ "$result" = "1" ]; then
@ -53,4 +58,7 @@ echo -e "\n*** Verifying your system environment, running airtime-check-system *
sleep 10
airtime-check-system
#deactivate virtualenv
deactivate
echo -e "\n******************************* Install Complete *******************************"