aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 14:55:01 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 14:55:01 -0400
commitd3f600c54bede75b610503a33b947fd25cfee01c (patch)
tree8a2b4a0c65d0316cc3c50dd18d0403e38888cb4f /ikiwiki.in
parent26db34e1d6df761f068819a4b7b23ef0c35c635d (diff)
downloadikiwiki-d3f600c54bede75b610503a33b947fd25cfee01c.tar
ikiwiki-d3f600c54bede75b610503a33b947fd25cfee01c.tar.gz
don't clear syslog config when dumping
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.in b/ikiwiki.in
index 5dc6ca952..70e44541c 100755
--- a/ikiwiki.in
+++ b/ikiwiki.in
@@ -141,7 +141,7 @@ sub main () { #{{{
# ignore syslog setting from setup file
# while doing initial setup
- $config{syslog}=0;
+ $config{syslog}=0 unless $config{dumpsetup};
loadplugins();
checkconfig();