Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
a3b73bb3ac
|
@ -15,6 +15,8 @@ require_once(__DIR__.'/airtime-constants.php');
|
|||
AirtimeInstall::ExitIfNotRoot();
|
||||
|
||||
if (!file_exists('/etc/airtime/airtime.conf')) {
|
||||
#airtime.conf doesn't exist, and we need it to connect to database
|
||||
#Assume Airtime is not installed.
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ else
|
|||
fi
|
||||
|
||||
echo -e "\n*** Installing Python Libraries ***"
|
||||
/usr/lib/airtime/airtime_virtualenv/bin/pip install ${SCRIPTPATH}/airtime_virtual_env.pybundle -E /usr/lib/airtime/airtime_virtualenv || exit 1
|
||||
/usr/lib/airtime/airtime_virtualenv/bin/pip install ${SCRIPTPATH}/airtime_virtual_env.pybundle || exit 1
|
||||
|
||||
echo -e "\n*** Patching Python Libraries ***"
|
||||
PATCHES=${SCRIPTPATH}/patches/*
|
||||
|
|
Loading…
Reference in New Issue