mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update refresh-wiki-docs.sh
This commit is contained in:
parent
1c8b4ab4b9
commit
ca8c78a4cc
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
# Pull down iiab/iiab repo's entire Tech Docs Wiki (and scrape/download other
|
||||
# docs!) to create IIAB's offline docs collection: http://box/info
|
||||
# This /opt/iiab/iiab/roles/httpd/templates/refresh-wiki-docs.sh becomes
|
||||
# /usr/bin/iiab-refresh-wiki-docs during IIAB's install.
|
||||
|
||||
# This pulls down iiab/iiab repo's entire Tech Docs Wiki (and scrapes/downloads
|
||||
# other docs!) to create IIAB's offline docs collection: http://box/info
|
||||
|
||||
set -e # Exit on error (avoids snowballing)
|
||||
source {{ iiab_env_file }} # /etc/iiab/iiab.env
|
||||
|
|
Loading…
Reference in a new issue