Fixed label typos in airtime-install script

This commit is contained in:
Daniel James 2011-08-02 16:41:04 +01:00
parent 2cfe729379
commit 999f952fc7
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ SCRIPTPATH=`dirname $SCRIPT`
VIRTUAL_ENV_DIR="/usr/lib/airtime/airtime_virtualenv"
if [ ! -d "$VIRTUAL_ENV_DIR" ]; then
echo -e "\n*** Creating Vitualenv for Airtime ***"
echo -e "\n*** Creating Virtualenv for Airtime ***"
EXTRAOPTION=$(virtualenv --help | grep extra-search-dir)
if [ "$?" -eq "0" ]; then
@ -35,7 +35,7 @@ if [ ! -d "$VIRTUAL_ENV_DIR" ]; then
fi
done
else
echo -e "\n*** Existing Airtime Virturalenv Found ***"
echo -e "\n*** Existing Airtime Virtualenv Found ***"
fi
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"