Fix bug in zettair indexing script which prevented indexing the live site
authorNick Downing <nick@ndcode.org>
Fri, 11 Feb 2022 06:38:32 +0000 (01:38 -0500)
committerNick Downing <nick@ndcode.org>
Fri, 11 Feb 2022 06:38:32 +0000 (01:38 -0500)
_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