We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__verify_bin_path()
1 parent 7423ed3 commit 7bacf04Copy full SHA for 7bacf04
etc/scripts/udroid/udroid.sh
@@ -67,7 +67,7 @@ function __verify_bin_path()
67
BINPATH="${SHELL}"
68
69
if [ -n "$BINPATH" ]; then
70
- if [ "$BINPATH" != "/data/data/com.termux/files/*" ]; then
+ if [ "$BINPATH" != "/data/data/com.termux/files/usr/bin/bash" ]; then
71
msg "This has to be done inside termux environment"
72
die "\$SHELL != $BINPATH"
73
exit 1
@@ -275,7 +275,7 @@ function _lauch_or_install()
275
proot-distro login udroid "$@" || warn "program exited unexpectedly..."
276
fi
277
}
278
-__verify_bin_path
+# __verify_bin_path
279
if [ $# -ge 1 ]; then
280
case "$1" in
281
upgrade) __upgrade;;
0 commit comments