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!"
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
}