Merge pull request #35 from tenten8401/patch-2

Clear up OVH server warning
This commit is contained in:
Dane Everitt 2018-09-29 14:33:46 -07:00 committed by GitHub
commit aa5a8ce495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,8 +115,8 @@ mkdir -p /srv/daemon /srv/daemon-data
cd /srv/daemon
```
::: warning OVH Servers
If you are using a server provided by OVH please be aware that your main drive space is probably allocated to
::: warning OVH/SYS Servers
If you are using a server provided by OVH or SoYouStart please be aware that your main drive space is probably allocated to
`/home`, and not `/` by default. Please consider using `/home/daemon-data` for server data. This can be easily
set when creating the node.
:::