mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-03 17:27:22 +08:00
remove trailing whitespace from initial password
Signed-off-by: Adrian Gebhart <adrian@pestotoast.de>
This commit is contained in:
parent
994b128c37
commit
5f63d5bd67
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@
|
|||
|
||||
{% if isAnyRunning == true %}
|
||||
{% if isApacheStarting != true %}
|
||||
Initial Nextcloud username: admin <br />
|
||||
Initial Nextcloud password: {{ nextcloud_password }} <br /><br/>
|
||||
Initial Nextcloud username: admin<br />
|
||||
Initial Nextcloud password: {{ nextcloud_password }}<br /><br/>
|
||||
<a href="https://{{ domain }}" class="button" target="_blank" rel="noopener">Open your Nextcloud ↗</a><br/>
|
||||
{% else %}
|
||||
Containers are currently starting.<br /><br />
|
||||
|
|
Loading…
Reference in a new issue