From 7a82f5aa364dbee3fd9c52fc464cf0bdd11150ed Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 20 Nov 2023 09:56:47 -0600 Subject: [PATCH] wip --- bin/sail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sail b/bin/sail index 1bcec040..2c685e8d 100755 --- a/bin/sail +++ b/bin/sail @@ -517,7 +517,7 @@ elif [ "$1" == "root-shell" ] || [ "$1" == "root-bash" ]; then shift 1 if [ "$EXEC" == "yes" ]; then - ARGS+=(exec) + ARGS+=(exec -u root) [ ! -t 0 ] && ARGS+=(-T) ARGS+=("$APP_SERVICE" bash "$@") else