Merge pull request #34 from pestotoast/remove-whitespace

Remove trailing whitespace from initial nextcloud password
This commit is contained in:
szaimen 2021-12-03 13:45:22 +01:00 committed by GitHub
commit 564fbad078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,8 +67,8 @@
{% if isAnyRunning == true %} {% if isAnyRunning == true %}
{% if isApacheStarting != true %} {% if isApacheStarting != true %}
Initial Nextcloud username: admin <br /> Initial Nextcloud username: admin<br />
Initial Nextcloud password: {{ nextcloud_password }} <br /><br/> Initial Nextcloud password: {{ nextcloud_password }}<br /><br/>
<a href="https://{{ domain }}" class="button" target="_blank" rel="noopener">Open your Nextcloud ↗</a><br/> <a href="https://{{ domain }}" class="button" target="_blank" rel="noopener">Open your Nextcloud ↗</a><br/>
{% else %} {% else %}
Containers are currently starting.<br /><br /> Containers are currently starting.<br /><br />