Parcourir la source

fixed install script

tags/v2.0.1^0
Robin Thoni il y a 7 ans
Parent
révision
38dace409b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      install

+ 1
- 1
install Voir le fichier

@@ -25,7 +25,7 @@ done &&
25 25
 cp "${dir}/bash/sitegen.completion" /etc/bash_completion.d/sitegen &&
26 26
 
27 27
 a2disconf letsencrypt &&
28
-rm /etc/apache2/conf-available/sitegen.conf &&
28
+rm -f /etc/apache2/conf-available/sitegen.conf &&
29 29
 cp "${dir}/apache/sitegen.conf" /etc/apache2/conf-available/sitegen.conf &&
30 30
 a2enconf sitegen &&
31 31
 service apache2 reload &&

Chargement…
Annuler
Enregistrer