aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsandbox4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox b/sandbox
index bfb0050..0644496 100755
--- a/sandbox
+++ b/sandbox
@@ -109,6 +109,10 @@ function sandbox_ikiwiki {
cp $HOME/file/templates/ikiwiki/index.mdwn .
fi
+ if [ ! -e "ikiwiki.setup" ]; then
+ cp $HOME/file/templates/ikiwiki/ikiwiki.setup .
+ fi
+
if [ ! -e "Makefile" ]; then
cp $HOME/file/templates/ikiwiki/Makefile .
elif ! grep -q ^wiki: Makefile; then