Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
a3b73bb3ac
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@ require_once(__DIR__.'/airtime-constants.php');
|
||||||
AirtimeInstall::ExitIfNotRoot();
|
AirtimeInstall::ExitIfNotRoot();
|
||||||
|
|
||||||
if (!file_exists('/etc/airtime/airtime.conf')) {
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "\n*** Installing Python Libraries ***"
|
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 ***"
|
echo -e "\n*** Patching Python Libraries ***"
|
||||||
PATCHES=${SCRIPTPATH}/patches/*
|
PATCHES=${SCRIPTPATH}/patches/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue