typo in issue template

This commit is contained in:
nachoparker 2017-08-07 22:29:33 +02:00
parent 6617f29d3c
commit 97b372aad0

View File

@ -44,7 +44,7 @@ If you don't have access to the web interface, open a terminal session and paste
```
Paste the output of `systemctl status apache2`
Paste the output of `tail -100 /var/log/apache2/*.log`
Paste the output of `tail -n 100 /var/log/apache2/*.log`
```
</details>
<details>
@ -52,6 +52,6 @@ Paste the output of `tail -100 /var/log/apache2/*.log`
```
Paste the output of `systemctl status mysqld`
Paste the output of `tail -100 /var/log/mysql/*.log`
Paste the output of `tail -n 100 /var/log/mysql/*.log`
```
</details>