mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
typo: add missing back quotes (#2179)
This commit is contained in:
parent
848c3e2662
commit
d10cf5b443
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ Here we will consider that you want to move the big data of the applications whi
|
||||||
### 5.1 Creating subfolders on the disk
|
### 5.1 Creating subfolders on the disk
|
||||||
To begin with, we create a folder on the hard drive
|
To begin with, we create a folder on the hard drive
|
||||||
|
|
||||||
bash
|
```bash
|
||||||
mkdir -p /mnt/hdd/home/yunohost.app
|
mkdir -p /mnt/hdd/home/yunohost.app
|
||||||
mkdir -p /mnt/hdd/var/mail
|
mkdir -p /mnt/hdd/var/mail
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue