Compare commits

..

1 Commits

Author SHA1 Message Date
Dhruv Mistry
160baca035
Merge aa392abaf8 into 7147ed93e9 2024-11-12 18:09:26 +05:30

View File

@ -54,6 +54,7 @@ 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}"