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.
2 parents 0712a39 + 50c7050 commit 528f16dCopy full SHA for 528f16d
udroid/src/udroid.sh
@@ -480,7 +480,7 @@ login() {
480
# (https://gist.github.com/SaicharanKandukuri/20e66e816a8b2c3ea9d3f7657f09f807)
481
# [CONDITIONAL]: cap_last_cap fix -> to fix issues with dbus service
482
if ! $no_cap_last_cap; then
483
- set -- "--bind /dev/null:/proc/sys/kernel/cap_last_cap" "$@"
+ set -- "--bind=/dev/null:/proc/sys/kernel/cap_last_cap" "$@"
484
fi
485
486
# root-id ( fake 0 id for proot )
0 commit comments