typo: add missing back quotes (#2179)

This commit is contained in:
JOOSSEN Matthieu 2022-12-30 18:19:49 +01:00 committed by GitHub
parent 848c3e2662
commit d10cf5b443
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 ### 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
``` ```