don't lock before setup
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 19 Mar 2006 22:51:07 +0000 (22:51 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 19 Mar 2006 22:51:07 +0000 (22:51 +0000)
basewiki/index.mdwn
ikiwiki

index 5eb94b44332dca1f14ab0fa867334ab4689c637a..ea78c23c9c8273be1226f44d494bd85236095eb3 100644 (file)
@@ -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 9c59c5c3a4aa7f646a48c75bf771ed642b4011ec..4d022284e5effe553d35427867f7a54a0b1fac25 100755 (executable)
--- a/ikiwiki
+++ b/ikiwiki
@@ -1281,8 +1281,8 @@ sub setup () { # {{{
 } #}}}
 
 # main {{{
-lockwiki();
 setup() if $config{setup};
+lockwiki();
 if ($config{wrapper}) {
        gen_wrapper(%config);
        exit;