Skip to content

Commit 528f16d

Browse files
Merge pull request #30 from RandomCoderOrg/revamp-v2.5-dbus-mount-hardcode
fix: fix the sepereator for `--bind` in new fix
2 parents 0712a39 + 50c7050 commit 528f16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udroid/src/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ login() {
480480
# (https://gist.github.com/SaicharanKandukuri/20e66e816a8b2c3ea9d3f7657f09f807)
481481
# [CONDITIONAL]: cap_last_cap fix -> to fix issues with dbus service
482482
if ! $no_cap_last_cap; then
483-
set -- "--bind /dev/null:/proc/sys/kernel/cap_last_cap" "$@"
483+
set -- "--bind=/dev/null:/proc/sys/kernel/cap_last_cap" "$@"
484484
fi
485485

486486
# root-id ( fake 0 id for proot )

0 commit comments

Comments
 (0)