Setup dokuwiki base dir only if not given on command-line.
This commit is contained in:
parent
8d6ad646c3
commit
2625184cd1
2 changed files with 5 additions and 1 deletions
|
@ -17,3 +17,6 @@ email-from Brmlab - Rada <rada@brmlab.cz>
|
|||
|
||||
# Where to send membership fees summary mailto
|
||||
summary-mailto rada@brmlab.cz
|
||||
|
||||
# DokuWiki base directory
|
||||
dokuwiki /var/www
|
||||
|
|
|
@ -114,7 +114,8 @@
|
|||
(when (not (*summary-mailto*))
|
||||
(*summary-mailto* v)))
|
||||
((dokuwiki)
|
||||
(*doku-base* v))
|
||||
(when (not (*doku-base*))
|
||||
(*doku-base* v)))
|
||||
)))
|
||||
(loop (cdr lines))))))
|
||||
(when (not (*members-directory*))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue