Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r721e055ca19c92525a45be953ad1cffdc2d69abb -r314b9a7a2e29f66f465509366fa2ba8873f7ab3d --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 721e055ca19c92525a45be953ad1cffdc2d69abb) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 314b9a7a2e29f66f465509366fa2ba8873f7ab3d) @@ -103,15 +103,15 @@ //WARNING: This has to match with the crypt_setup.sh #ifdef LEAHI_DIGI_BOARD const char *Settings_Path_Init = "/opt/leahi/configurations/"; // this is the manufacturing or update setup and the user is root. - const char *Settings_Path_Name = "/mnt/data/configurations/"; + const char *Settings_Path_Name = "/opt/leahi/configurations/"; //FIXME: revert back when cybersecurity implemeted "/mnt/data/configurations/"; #else const char *Settings_Path_Init = "/home/root/.config/"; // this is the manufacturing or update setup and the user is root. const char *Settings_Path_Name = "/var/configurations/"; #endif #else // should be in the project application folder. [is tracking by git] - const char *Settings_Path_Init = "/home/denali/Projects/application/resources/settings/"; - const char *Settings_Path_Name = "/home/denali/Projects/application/resources/settings/"; + const char *Settings_Path_Init = "/home/denali/Projects/application/resources/settings/configurations/"; + const char *Settings_Path_Name = "/home/denali/Projects/application/resources/settings/configurations/"; #endif const char *Settings_Category_Instructions = "Instructions/Instructions" ; const char *Settings_Category_InstructionsImagesLoc = "%1/Instructions/" ;