diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 14:55:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 14:55:01 -0400 |
commit | d3f600c54bede75b610503a33b947fd25cfee01c (patch) | |
tree | 8a2b4a0c65d0316cc3c50dd18d0403e38888cb4f | |
parent | 26db34e1d6df761f068819a4b7b23ef0c35c635d (diff) |
don't clear syslog config when dumping
-rwxr-xr-x | ikiwiki.in | 2 |
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(); |