Merge branch 'develop' of github.com:whyour/qinglong into develop

This commit is contained in:
whyour 2022-06-18 12:30:11 +08:00
commit 19afbd06c0

View File

@ -98,7 +98,7 @@ make_dir() {
}
detect_termux() {
if [[ ${ANDROID_RUNTIME_ROOT}${ANDROID_ROOT} ]] || [[ $PATH == *com.termux* ]]; then
if [[ $PATH == *com.termux* ]]; then
is_termux=1
else
is_termux=0