Skip to content

Commit 825b146

Browse files
committed
ksud: move backup directory to /data/adb/ksu
1 parent 52c7f0e commit 825b146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/ksud/src/defs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ pub const SKIP_MOUNT_FILE_NAME: &str = "skip_mount";
3939
pub const VERSION_CODE: &str = include_str!(concat!(env!("OUT_DIR"), "/VERSION_CODE"));
4040
pub const VERSION_NAME: &str = include_str!(concat!(env!("OUT_DIR"), "/VERSION_NAME"));
4141

42-
pub const KSU_BACKUP_DIR: &str = "/data";
42+
pub const KSU_BACKUP_DIR: &str = WORKING_DIR;
4343
pub const KSU_BACKUP_FILE_PREFIX: &str = "ksu_backup_";

0 commit comments

Comments
 (0)