diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/variables.h b/variables.h index 0b1c7ab58..c40badb44 100644 --- a/variables.h +++ b/variables.h @@ -171,4 +171,8 @@ #define CUSTOM_LUN_FILE "/sys/devices/platform/usb_mass_storage/lun%d/file" #endif +// For OpenRecoveryScript +#define SCRIPT_FILE_CACHE "/cache/recovery/openrecoveryscript" +#define SCRIPT_FILE_TMP "/tmp/openrecoveryscript" + #endif // _VARIABLES_HEADER_ |