Fix the path to the host specific system configurations
[staging/basesystem.git] / service / system / config / library / system_manager_config / src / ss_system_manager_conf.cpp
index 0459af1..ab28019 100755 (executable)
@@ -130,7 +130,7 @@ static EFrameworkunifiedStatus setEvnVariableForLaunchConfigFile(std::string f_s
         l_pLaunchConfigFile = LaunchConfigFileName2;
       }
 
-      std::string cnfPath = "/usr/agl/conf/BS/ss/system_manager/rwdata/";
+      std::string cnfPath = "/etc/basesystem/BS/ss/system_manager/rwdata/";
       cnfPath += l_pLaunchConfigFile;
       if (access(cnfPath.c_str(), F_OK) != 0) {
         l_pLaunchConfigFile = LaunchConfigFileName1;