Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe-hacker committed Apr 1, 2024
1 parent 6cea2a9 commit efe3461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share/proot_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function run_proot_container() {
# Extra args.
COMMAND+=" ${EXTRA_ARGS}"
if [[ ! $1 ]]; then
COMMAND+=" /bin/sh"
COMMAND+=" /bin/su - root"
else
COMMAND+=" $@"
fi
Expand Down

0 comments on commit efe3461

Please sign in to comment.