Ver código fonte

fixed existing conf check

tags/v2.0.0
Robin Thoni 7 anos atrás
pai
commit
20d2942171
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      install

+ 1
- 0
install Ver arquivo

@@ -4,6 +4,7 @@ dir="$(dirname $(readlink -f "${0}"))"
4 4
 
5 5
 if [ ! -e /etc/sitegen ]
6 6
 then
7
+  rm -f /etc/sitegen &&
7 8
   cp -r "${dir}/sitegen" /etc/sitegen
8 9
 fi &&
9 10
 

Carregando…
Cancelar
Salvar