From bb1cdc4a8ff413ac28b5f7fe292272b51141f2c8 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 17 Feb 2012 15:39:31 -0500 Subject: [PATCH] SAAS-196: Stats: Check if easy_install installation method detection is working properly - fixed --- airtime_mvc/application/models/Preference.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/Preference.php b/airtime_mvc/application/models/Preference.php index 3e77a93d8..287d776b3 100644 --- a/airtime_mvc/application/models/Preference.php +++ b/airtime_mvc/application/models/Preference.php @@ -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){