Compare commits

...

2 Commits

Author SHA1 Message Date
Dhruv Mistry
ee8e1edfa8
Merge 15e3a10009 into 7147ed93e9 2024-11-13 04:49:53 +00:00
Dhruv Mistry
15e3a10009
Update docker-setup.sh 2024-11-13 10:19:51 +05:30

View File

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