SAAS-196: Stats: Check if easy_install installation method detection
is working properly - fixed
This commit is contained in:
parent
fdd962f5ce
commit
bb1cdc4a8f
@ -421,7 +421,7 @@ class Application_Model_Preference
|
||||
}
|
||||
|
||||
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');
|
||||
if($debian_install){
|
||||
if($easy_install){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user