diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h index 3808212d4..465470333 100644 --- a/variables.h +++ b/variables.h @@ -178,5 +178,6 @@ // For OpenRecoveryScript #define SCRIPT_FILE_CACHE "/cache/recovery/openrecoveryscript" #define SCRIPT_FILE_TMP "/tmp/openrecoveryscript" +#define TMP_LOG_FILE "/tmp/recovery.log" #endif // _VARIABLES_HEADER_ |