Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -rf8c7febe2e4131b8c7e68fd9849027ba8596dbc6 -r1f501bad41746e84b42493252db8341562616367 --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision f8c7febe2e4131b8c7e68fd9849027ba8596dbc6) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 1f501bad41746e84b42493252db8341562616367) @@ -85,10 +85,11 @@ #ifdef BUILD_FOR_TARGET //WARNING: This has to match with the crypt_setup.sh - const char *Settings_Path_Init = "/home/root/.config/"; // this is the manufacturing or update setup and the user is root. #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/"; #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