mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-11 14:14:49 +01:00
Update Build.sh
This commit is contained in:
parent
6325aaf278
commit
d5e0411165
4
Build.sh
4
Build.sh
@ -10,5 +10,5 @@ tiddlywiki \
|
||||
--rendertiddler $:/core/templates/static.template.css Style.css text/plain \
|
||||
--rendertiddler $:/core/templates/alltiddlers.template.html Static.html text/plain
|
||||
|
||||
wget -O "-1.html" "$URL" 2>/dev/null
|
||||
wget -O "-2.html" "$URL/-1.html" 2>/dev/null
|
||||
wget -O "-1.html" "$URL" || true
|
||||
wget -O "-2.html" "$URL/-1.html" || true
|
||||
|
Loading…
Reference in New Issue
Block a user