mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update refresh-wiki-docs.sh
This commit is contained in:
parent
ca8c78a4cc
commit
eb9fd54c0d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ set -e # Exit on error (avoids snowballing)
|
|||
source {{ iiab_env_file }} # /etc/iiab/iiab.env
|
||||
INPUT=/tmp/iiab-wiki
|
||||
OUTPUT=/tmp/iiab-wiki.out
|
||||
DESTPATH="{{ doc_root }}/info # /library/www/html/info
|
||||
DESTPATH={{ doc_root }}/info # /library/www/html/info
|
||||
DOCSPATH=$DESTPATH/docs # /library/www/html/info/docs
|
||||
|
||||
rm -rf $INPUT
|
||||
|
|
Loading…
Reference in a new issue