mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-23 21:51:56 +00:00
Update docker-setup.sh
This commit is contained in:
parent
aa392abaf8
commit
15e3a10009
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user