temp comit

This commit is contained in:
James 2011-07-19 15:06:35 -04:00
parent e19bf33f51
commit b4e887eb2d
8 changed files with 10 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
virtualenv_bin="/home/james/temp/bin/"
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
. ${virtualenv_bin}activate
#Cause bash script to exit if any of the installers

View file

@ -1,6 +1,6 @@
#!/bin/bash
virtualenv_bin="/home/james/temp/bin/"
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
. ${virtualenv_bin}activate
#Cause bash script to exit if any of the installers
@ -28,7 +28,6 @@ python ${SCRIPTPATH}/../python_apps/remove-pypo-user.py
php ${SCRIPTPATH}/include/airtime-uninstall.php
echo -e "\n****************************** Uninstall Complete ******************************\n"
echo "NOTE: To fully remove all Airtime files, you will also have to manually delete"
echo " the directories '/srv/airtime'(default storage location of media files)"