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