Skip to content

Commit a884248

Browse files
schlichCopilot
andauthored
Update src/playwright/install.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 57843ce commit a884248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/playwright/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ "${USERNAME}" = "auto" ] || [ "${USERNAME}" = "automatic" ]; then
1010
USERNAME="${_REMOTE_USER}"
1111
else
1212
USERNAME=""
13-
POSSIBLE_USERS=("vscode" "node" "codespace" "$(awk -v val=1000 -F ":" '$3==val{print $1}' /etc/passwd)")
13+
POSSIBLE_USERS=("vscode" "node" "codespace" "$(awk -v val=1000 -F ":" '$3>=val{print $1}' /etc/passwd)")
1414
for CURRENT_USER in "${POSSIBLE_USERS[@]}"; do
1515
if [ -n "${CURRENT_USER}" ] && id -u ${CURRENT_USER} > /dev/null 2>&1; then
1616
USERNAME=${CURRENT_USER}

0 commit comments

Comments
 (0)