Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -rf2e4eba6e85c5d36537be782926f23cc9dc01037 -r92267164482ab434f6f53c4a5e48042df34f009a --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision f2e4eba6e85c5d36537be782926f23cc9dc01037) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 92267164482ab434f6f53c4a5e48042df34f009a) @@ -103,7 +103,7 @@ //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/"; // "/mnt/data/configurations/"; Need to be designed later, but it is going to be the location after the files are secured. #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/";