From 2f190b3aeb45c5b22173b0f922b997dff38250aa Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 19 Mar 2006 22:51:07 +0000 Subject: [PATCH] don't lock before setup --- basewiki/index.mdwn | 2 +- ikiwiki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basewiki/index.mdwn b/basewiki/index.mdwn index 5eb94b443..ea78c23c9 100644 --- a/basewiki/index.mdwn +++ b/basewiki/index.mdwn @@ -1,4 +1,4 @@ -Welcome to the your new wiki. +Welcome to your new wiki. All wikis are supposed to have a [[SandBox]], so this one does too. diff --git a/ikiwiki b/ikiwiki index 9c59c5c3a..4d022284e 100755 --- a/ikiwiki +++ b/ikiwiki @@ -1281,8 +1281,8 @@ sub setup () { # {{{ } #}}} # main {{{ -lockwiki(); setup() if $config{setup}; +lockwiki(); if ($config{wrapper}) { gen_wrapper(%config); exit; -- 2.44.0