Skip to content

Commit

Permalink
Adjusting user home directory on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikushin committed Feb 2, 2020
1 parent 9caa0b3 commit eae85a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ pwdefault()
#ifdef HAVE_STRUCT_PASSWD_PW_CLASS
pw.pw_class = "";
#endif
pw.pw_dir = "/";
pw.pw_dir = "/data/sdcard/";
pw.pw_shell = _PATH_BSHELL;
return &pw;
}
Expand Down

0 comments on commit eae85a7

Please sign in to comment.