From 2c3cbd52f454e1d9b99a7b944257003e496bcad4 Mon Sep 17 00:00:00 2001 From: Dennis Hermsmeier Date: Tue, 18 Jun 2019 12:10:43 +0200 Subject: [PATCH] some logging --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index dfaa92c..52a1f57 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,7 @@ if [ "${ROOT_PASSWORD}" == "root" ] || [ -z "${ROOT_PASSWORD}" ]; then export ROOT_PASSWORD="$(hexdump -e '"%02x"' -n 16 /dev/urandom)" + echo "Successfully generated a random password for root" fi echo "root:${ROOT_PASSWORD}" | chpasswd