mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #3043 from holta/iiab-refresh-wiki-docs-TMP-PATCH
Update roles/www_base/templates/iiab-refresh-wiki-docs.sh used during IIAB installs — which live-scrapes docs to http://box/info
This commit is contained in:
commit
79825fb05e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ rsync -av $OUTPUT/ $DESTPATH
|
|||
|
||||
# Download FAQ etc
|
||||
lynx -reload -source https://wiki.iiab.io/go/FAQ > $DESTPATH/FAQ.html
|
||||
#lynx -reload -source https://wiki.laptop.org/go/IIAB/Security > $DESTPATH/Security.html
|
||||
lynx -reload -source https://wiki.iiab.io/go/Security > $DESTPATH/Security.html
|
||||
#lynx -reload -source https://wiki.laptop.org/go/IIAB/local_vars.yml > $DESTPATH/local_vars.yml
|
||||
#lynx -reload -source https://wiki.laptop.org/go/IIAB/local_vars_min.yml > $DESTPATH/local_vars_min.yml
|
||||
#lynx -reload -source https://wiki.laptop.org/go/IIAB/local_vars_big.yml > $DESTPATH/local_vars_big.yml
|
||||
|
|
Loading…
Reference in a new issue