mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-04 01:38:41 +08:00
Merge pull request #34 from pestotoast/remove-whitespace
Remove trailing whitespace from initial nextcloud password
This commit is contained in:
commit
564fbad078
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