this might make it generate. i think. perhaps
This commit is contained in:
parent
1afa152ab9
commit
fffda7ceda
5 changed files with 51 additions and 21 deletions
13
generate/make-site.sh
Executable file
13
generate/make-site.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
cd /var/lib/caddy/tilde/
|
||||
|
||||
rm ../index.html
|
||||
|
||||
descs=$(./genuserdescs.scm)
|
||||
|
||||
echo "$descs" > users.html
|
||||
|
||||
cat start.html users.html end.html > ../index.html
|
||||
|
||||
rm users.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue