Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r8f45330e0b1af61e029bece73c9f23669ada56c1 -rd005537390186cc065a824a923f41d615782b552 --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 8f45330e0b1af61e029bece73c9f23669ada56c1) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision d005537390186cc065a824a923f41d615782b552) @@ -111,11 +111,13 @@ const char *Path_Modules_Check = "/home/denali/Projects/application/scripts/modules_check.out"; const char *Path_Touchscreen_Check = "/home/denali/Projects/application/scripts/touchscreen_check.out"; const char *Path_Bluetooth_Check = "/home/denali/Projects/application/scripts/bluetoothctl_check.out"; + const char *Path_RTC_Check = "/home/denali/Projects/application/scripts/rtc_check.out"; #elif BUILD_FOR_TARGET const char *Path_FileSystem_Checksums = "/home/root/checksums_desktop.conf"; const char *Path_Modules_Check = "/tmp/modules_check.out"; const char *Path_Touchscreen_Check = "/tmp/touchscreen_check.out"; const char *Path_Bluetooth_Check = "/tmp/bluetoothctl_check.out"; + const char *Path_RTC_Check = "/tmp/rtc_check.out"; #endif