Procházet zdrojové kódy

allow site generation when root dir exists

tags/v2.0.0
Robin Thoni před 8 roky
rodič
revize
3a194f86d5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      sitegen.sh

+ 2
- 2
sitegen.sh Zobrazit soubor

@@ -68,9 +68,9 @@ then
68 68
   exit 2
69 69
 fi
70 70
 
71
-if [ -f "${site_conf}" ] || [ -f "${site_include}" ]
71
+if [ -f "${site_conf}" ]
72 72
 then
73
-  echo "Host already exists: ${site_conf} and/or ${site_include}" >&2
73
+  echo "Host already exists: ${site_conf}" >&2
74 74
   exit 3
75 75
 fi
76 76
 

Načítá se…
Zrušit
Uložit