Skip to content

Commit

Permalink
Update setup-sshd.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Mar 24, 2024
1 parent 19d0706 commit 896a375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup-sshd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ chmod 600 /tmp/.ssh/authorized_keys
chown -R 1000:1000 /tmp

if [ -S /var/run/docker.sock ]; then
DOCKER_GROUP=$(stat -c '%G' /var/run/docker.sock)
DOCKER_GROUP_ID=$(stat -c '%g' /var/run/docker.sock)
groupadd -g "$DOCKER_GROUP_ID" docker
usermod -aG docker jenkins
Expand Down

0 comments on commit 896a375

Please sign in to comment.