Commit aed48732118b8143daa36bebd4207310d7100615
1 parent
7271d889
Exists in
master
and in
1 other branch
correctif commentaire installation.sh
Showing
1 changed file
with
1 additions
and
4 deletions
Show diff stats
install/installation.sh
... | ... | @@ -19,10 +19,7 @@ default_config_file=$config_path/app.default.php |
19 | 19 | # Sinon, l'installation passe en mode interactif (questions/réponses) |
20 | 20 | # Par défaut, mode BATCH (mode INTERactif est off) : |
21 | 21 | INTER= |
22 | -# Si la variable MODE_INTER n'est PAS positionnée (ou valeur nulle ou ''), | |
23 | -# OU | |
24 | -# Si elle est positionnée et TRUE | |
25 | -# => on passe en mode INTERactif (on) : | |
22 | +# Si la variable MODE_BATCH n'est PAS positionnée (ou valeur nulle) => on passe en mode INTERactif (on) : | |
26 | 23 | # (Attention, ça marche pas avec simple crochet mais seulement avec double crochets !!!!!!!!) |
27 | 24 | [[ -z $MODE_BATCH ]] && INTER=ON |
28 | 25 | # Si la variable MYSQL_HOST n'est PAS positionnée (ou valeur nulle ou ''), on passe en mode INTERactif (on) : | ... | ... |