Fix bug in zettair indexing script which prevented indexing the live site
[ndcode_site.git] / _zet / index.sh
index fb70cef..eb51a78 100755 (executable)
@@ -10,7 +10,7 @@ fi
 rm -rf site.*
 
 mkdir site.dir
-wget -r -l inf --accept=.html --domains=localhost --directory-prefix=site.dir --no-host-directories $url
+wget -r -l inf --accept=.html --directory-prefix=site.dir --no-host-directories $url
 
 for i in `find site.dir -type f`
 do