typo: add missing back quotes

This commit is contained in:
JOOSSEN Matthieu 2022-12-30 15:53:02 +01:00 committed by GitHub
parent 848c3e2662
commit dd54a59f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
To begin with, we create a folder on the hard drive
bash
```bash
mkdir -p /mnt/hdd/home/yunohost.app
mkdir -p /mnt/hdd/var/mail
```