CC-2758: Make airtime-install script Debian/Ubuntu compatible
-further tweaks
This commit is contained in:
parent
fccaa554f5
commit
7105337846
2 changed files with 3 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue