You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
607 if [[ ${MOUNT_TERMUX} = true ]]; then
608 if [[ -x "${TERMUX_DIR}/home" ]]; then
609 set -- "${@}" "--mount=${TERMU X_DIR}:${EXA_PREFIX}${TERMUX_MOUNT_POINT}"
610 fi
611 fi
以上脚本通常只能正常挂载 /data/data/com.termux/files
及其他子目录存在 home 的文件夹
Describe the solution you'd like
修改
share/old-version/share/container/proot/startup
第 612 行判断为 if [[ -x "${TERMUX_DIR}" ]]; then
Describe alternatives you've considered
No response
Additional context and details
No response
The text was updated successfully, but these errors were encountered:
Related problem
proot 容器尝试挂载 $HOME ,设置如下
TERMUX_DIR="/data/data/com.termux/files/home"
TERMUX_MOUNT_POINT="/home/termux"
发现如何设置都无法挂载
查看容器启动脚本
以上脚本通常只能正常挂载 /data/data/com.termux/files
及其他子目录存在 home 的文件夹
Describe the solution you'd like
修改
share/old-version/share/container/proot/startup
第 612 行判断为
if [[ -x "${TERMUX_DIR}" ]]; then
Describe alternatives you've considered
No response
Additional context and details
No response
The text was updated successfully, but these errors were encountered: