Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-08-07 23:29:33 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:56 +0300
commit97b372aad05274d68e189ba0347a3d7022564d93 (patch)
tree8b2f177604871f5260cd2124234f14a0d5028992
parent6617f29d3c087d575df6ee9853f5a90890fadf9e (diff)
typo in issue template
-rw-r--r--.github/issue_template.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 63b72994..982fe156 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -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>