SAAS-196: Stats: Check if easy_install installation method detection
is working properly - fixed
This commit is contained in:
parent
fdd962f5ce
commit
bb1cdc4a8f
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,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