From ca72254d6019a0ae4eafdd774f21380c5cf231b8 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 02:41:09 +0200 Subject: [PATCH] docker.sh --- docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker.sh b/docker.sh index 4a227cd..03064e9 100644 --- a/docker.sh +++ b/docker.sh @@ -151,12 +151,12 @@ check "Docker service is enabled!" else throw "Could not setup the service.." - echo_error "${err:-}" + echo-error "${err:-}" 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." else - echo_error "Something went wrong!" + echo-error "Something went wrong!" fi }