[fix] Bad markdown syntax

This commit is contained in:
ljf 2016-10-04 20:04:51 +02:00
parent b94c896025
commit 9b6b2de739

View file

@ -223,7 +223,8 @@ Bien souvent une web app s'installe à partir de formulaires affichés sur une p
Il convient donc de vérifier si l'application ne propose pas une solution d'installation en ligne de commande.
Si ce n'est pas le cas, il convient d'utiliser l'option -H de curl. En effet, dans certains cas la redirection DNS pourrait ne pas être active au moment de l'installation.
```curl -kL -H "Host: $domain" --data "&param1=Text1&param2=text2" https://localhost$path/install.php > /dev/null 2>&1
```
curl -kL -H "Host: $domain" --data "&param1=Text1&param2=text2" https://localhost$path/install.php > /dev/null 2>&1
```
#### YEP 2.18.2 - Supporter l'installation sur un domaine | validé | auto | WORKING |