From 5f63d5bd67a5be3a3fa016cd93ea5459fdb74eb7 Mon Sep 17 00:00:00 2001 From: Adrian Gebhart Date: Fri, 3 Dec 2021 13:34:19 +0100 Subject: [PATCH] remove trailing whitespace from initial password Signed-off-by: Adrian Gebhart --- php/templates/containers.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index e0f37be4..a9207f13 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -67,8 +67,8 @@ {% if isAnyRunning == true %} {% if isApacheStarting != true %} - Initial Nextcloud username: admin
- Initial Nextcloud password: {{ nextcloud_password }}

+ Initial Nextcloud username: admin
+ Initial Nextcloud password: {{ nextcloud_password }}

Open your Nextcloud ↗
{% else %} Containers are currently starting.