Missed a place for the group change (#10659)

This commit is contained in:
chuckbutkus 2025-08-27 17:47:20 -04:00 committed by GitHub
parent 75653e805a
commit 9ac9a47207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ else
fi
fi
fi
usermod -aG app enduser
usermod -aG openhands enduser
# get the user group of /var/run/docker.sock and set openhands to that group
DOCKER_SOCKET_GID=$(stat -c '%g' /var/run/docker.sock)
echo "Docker socket group id: $DOCKER_SOCKET_GID"