aboutsummaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-20 11:49:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-20 11:49:24 -0300
commite2d7903934afef0106b8af1268b988ff38ba795c (patch)
treec68d0b6d1b69c35f27d63a1c7b3581c38b2eeff5 /sandbox
parent901ccac6715b5c4af6c03978a2cc2c952ba093c0 (diff)
downloadscripts-e2d7903934afef0106b8af1268b988ff38ba795c.tar.gz
scripts-e2d7903934afef0106b8af1268b988ff38ba795c.tar.bz2
Sandbox: ikiwiki: add setup file
Diffstat (limited to 'sandbox')
-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