From d29cf55160f0f3f8039b9eac5c39f5190902f108 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 15 Dec 2019 00:27:14 +0100 Subject: [PATCH] Add hint on how the containers work into the readme --- entrypoint.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 42c5d70..0297b86 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -61,7 +61,14 @@ EOF # create empty file - can be overriden by others touch /etc/nginx/https.conf -echo Welcome to ${dnsname} running with IPv6+LetsEncrypt > ${wwwroot}/index.html +cat > "${wwwroot}/index.html" <