Skip to content

Commit 50c7050

Browse files
fix: fix the sepereator for --bind in new fix
1 parent dbdeffc commit 50c7050

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)