Update docker-setup.sh

This commit is contained in:
Dhruv Mistry 2024-11-13 10:19:51 +05:30 committed by GitHub
parent aa392abaf8
commit 15e3a10009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,6 @@ install_docker() {
startAndEnableService docker
# Add the current user to the docker group
printf "%b\n" "${YELLOW}Adding current user to the docker group...${RC}"
"$ESCALATION_TOOL" usermod -aG docker "$USER"
printf "%b\n" "${GREEN}Current user added to the docker group successfully.${RC}"