summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fs_mgr/fs_mgr_fstab.cpp')
-rw-r--r--fs_mgr/fs_mgr_fstab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_mgr/fs_mgr_fstab.cpp b/fs_mgr/fs_mgr_fstab.cpp
index a5b3fe833..8b46d64e2 100644
--- a/fs_mgr/fs_mgr_fstab.cpp
+++ b/fs_mgr/fs_mgr_fstab.cpp
@@ -811,7 +811,7 @@ struct fstab *fs_mgr_read_fstab_default()
811 std::string default_fstab; 811 std::string default_fstab;
812 812
813 // Use different fstab paths for normal boot and recovery boot, respectively 813 // Use different fstab paths for normal boot and recovery boot, respectively
814 if (access("/sbin/recovery", F_OK) == 0) { 814 if (access("/system/bin/recovery", F_OK) == 0) {
815 default_fstab = "/etc/recovery.fstab"; 815 default_fstab = "/etc/recovery.fstab";
816 } else { // normal boot 816 } else { // normal boot
817 default_fstab = get_fstab_path(); 817 default_fstab = get_fstab_path();