Skip to content

Commit 2899822

Browse files
author
git-core
committed
Use /dev as storage for cache again
1 parent ffe8b01 commit 2899822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

su.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#define REQUESTOR "com.noshufou.android.su"
2727
#define REQUESTOR_DATA_PATH "/data/data/" REQUESTOR
28-
#define REQUESTOR_CACHE_PATH REQUESTOR_DATA_PATH "/cache"
28+
#define REQUESTOR_CACHE_PATH "/dev/" REQUESTOR
2929

3030
#define REQUESTOR_STORED_PATH REQUESTOR_DATA_PATH "/files/stored"
3131
#define REQUESTOR_STORED_DEFAULT REQUESTOR_STORED_PATH "/default"

0 commit comments

Comments
 (0)