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.
1 parent 6940d88 commit 8f9be2aCopy full SHA for 8f9be2a
udroid/src/udroid.sh
@@ -320,14 +320,14 @@ login() {
320
ELOG "ERROR: --bind requires a path"
321
DIE "ERROR: --bind requires a path"
322
}
323
- custom_fs_bindings+=("$2")
324
- shift 2
325
if [[ -z $UDROID_MOUNT_SANITY_CHECK ]]; then
326
- [[ ! -d ${1%%:*} ]] && {
327
- LOG "WARNING: --bind path $1 not found"
328
- GWARN "WARNING: --bind path $1 not found"
+ [[ ! -d ${2%%:*} ]] && {
+ LOG "WARNING: --bind path $2 not found"
+ GWARN "WARNING: --bind path $2 not found"
329
330
fi
+ custom_fs_bindings+=("$2")
+ shift 2
331
332
;;
333
--user)
0 commit comments