CC-3098: Upgrade scripts don't work
-minor tweaks
This commit is contained in:
parent
54f6ea6f81
commit
e93b02ef34
8 changed files with 30 additions and 19 deletions
|
@ -67,9 +67,6 @@ if ($overwrite) {
|
|||
AirtimeIni::UpdateIniFiles();
|
||||
}
|
||||
|
||||
//AirtimeInstall::InstallPhpCode(); //copies contents of airtime_mvc to /usr/share
|
||||
//AirtimeInstall::InstallBinaries(); //copies utils to /usr/lib/airtime
|
||||
|
||||
// Update the build.properties file to point to the correct directory.
|
||||
AirtimeIni::UpdateIniValue(AirtimeInstall::CONF_DIR_WWW.'/build/build.properties', 'project.home', AirtimeInstall::CONF_DIR_WWW);
|
||||
|
||||
|
@ -89,10 +86,6 @@ if ($db_install) {
|
|||
}
|
||||
}
|
||||
|
||||
//AirtimeInstall::CreateSymlinksToUtils();
|
||||
|
||||
AirtimeInstall::CreateZendPhpLogFile();
|
||||
|
||||
//AirtimeInstall::CreateCronFile();
|
||||
|
||||
/* FINISHED AIRTIME PHP INSTALLER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue