Skip to content

Commit 7a82f5a

Browse files
committed
wip
1 parent 7150fe0 commit 7a82f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sail

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ elif [ "$1" == "root-shell" ] || [ "$1" == "root-bash" ]; then
517517
shift 1
518518

519519
if [ "$EXEC" == "yes" ]; then
520-
ARGS+=(exec)
520+
ARGS+=(exec -u root)
521521
[ ! -t 0 ] && ARGS+=(-T)
522522
ARGS+=("$APP_SERVICE" bash "$@")
523523
else

0 commit comments

Comments
 (0)