Skip to content

Commit b8a6490

Browse files
mount shm in shared tmp mode too
1 parent a535738 commit b8a6490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

udroid/src/udroid.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ login() {
493493

494494
if $make_host_tmp_shared; then
495495
set -- "--bind=$TERMUX_PREFIX/tmp:/tmp" "$@"
496+
set -- "--bind=$TERMUX_PREFIX/dev/shm:/dev/shm" "$@"
496497
else
497498
mkdir -p "${root_fs_path}/tmp"
498499
set -- "--bind=${root_fs_path}/tmp:/dev/shm" "$@"

0 commit comments

Comments
 (0)