docker.sh
This commit is contained in:
parent
d5e41eabf4
commit
ca72254d60
1 changed files with 2 additions and 2 deletions
|
@ -151,12 +151,12 @@
|
||||||
check "Docker service is enabled!"
|
check "Docker service is enabled!"
|
||||||
else
|
else
|
||||||
throw "Could not setup the service.."
|
throw "Could not setup the service.."
|
||||||
echo_error "${err:-}"
|
echo-error "${err:-}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo_info "$(whoami) is now part of the docker group. Restart your session to enable the changes. Also docker was addet as a service. Should autostart from now on."
|
echo_info "$(whoami) is now part of the docker group. Restart your session to enable the changes. Also docker was addet as a service. Should autostart from now on."
|
||||||
else
|
else
|
||||||
echo_error "Something went wrong!"
|
echo-error "Something went wrong!"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue