summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basewiki/index.mdwn2
-rwxr-xr-xikiwiki2
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;