docker.sh

This commit is contained in:
pika 2025-05-24 02:41:09 +02:00
parent d5e41eabf4
commit ca72254d60

View file

@ -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
} }