SAAS-196: Stats: Check if easy_install installation method detection
is working properly - fixed
This commit is contained in:
parent
8f4eedd8b8
commit
0db3a45fcf
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ class Application_Model_Preference
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function GetInstallMethod(){
|
public static function GetInstallMethod(){
|
||||||
$easy_install = file_exists('/usr/bin/airtime-easy-install');
|
$easy_install = file_exists('/usr/bin/airtime-easy-setup');
|
||||||
$debian_install = file_exists('/var/lib/dpkg/info/airtime.config');
|
$debian_install = file_exists('/var/lib/dpkg/info/airtime.config');
|
||||||
if($debian_install){
|
if($debian_install){
|
||||||
if($easy_install){
|
if($easy_install){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue