CC-3346: Recorder: Merge recorder with pypo
- Upgrade for 2.0.2 Conflicts: VERSION install_minimal/include/airtime-constants.php python_apps/api_clients/api_client.py
This commit is contained in:
parent
99b3ec6b9c
commit
a253635f7e
179 changed files with 70422 additions and 1 deletions
|
@ -53,7 +53,7 @@ MIN=$(($RANDOM%60))
|
|||
echo "$MIN $HOUR * * * root /usr/lib/airtime/utils/phone_home_stat" > /etc/cron.d/airtime-crons
|
||||
|
||||
echo "* Creating /usr/lib/airtime"
|
||||
|
||||
rm -rf "/usr/lib/airtime"
|
||||
if [ "$python_service" -eq "0" ]; then
|
||||
python $AIRTIMEROOT/python_apps/api_clients/install/api_client_install.py
|
||||
|
||||
|
|
|
@ -107,6 +107,10 @@ if (strcmp($version, "2.0.1") < 0){
|
|||
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-2.0.1/airtime-upgrade.php");
|
||||
pause();
|
||||
}
|
||||
if (strcmp($version, "2.0.2") < 0){
|
||||
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-2.0.2/airtime-upgrade.php");
|
||||
pause();
|
||||
}
|
||||
|
||||
//set the new version in the database.
|
||||
$sql = "DELETE FROM cc_pref WHERE keystr = 'system_version'";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue