CC-2758: Make airtime-install script Debian/Ubuntu compatible

-further tweaks
This commit is contained in:
Martin Konecny 2011-10-28 17:38:02 -04:00
parent fccaa554f5
commit 7105337846
2 changed files with 3 additions and 10 deletions

View file

@ -107,9 +107,9 @@ $CC_DBC->query($sql);
$values = parse_ini_file(AirtimeMasterUpgrade::CONF_FILE_AIRTIME, true);
$phpDir = $values['general']['airtime_dir'];
AirtimeMasterUpgrade::InstallAirtimePhpServerCode($phpDir);
AirtimeInstall::InstallBinaries();
AirtimeInstall::CreateSymlinksToUtils();
//AirtimeMasterUpgrade::InstallAirtimePhpServerCode($phpDir);
//AirtimeInstall::InstallBinaries();
//AirtimeInstall::CreateSymlinksToUtils();
$newVersion = AIRTIME_VERSION;