mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] add missing 'bash' syntax for Simone's whim.
This commit is contained in:
parent
aaf14bb189
commit
b0287082d0
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ 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.
|
||||
```
|
||||
```bash
|
||||
curl -kL -H "Host: $domain" --data "¶m1=Text1¶m2=text2" https://localhost$path/install.php > /dev/null 2>&1
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue