From e7cb458bf494cda625ec1600e859a3eadea65575 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 6 Jan 2010 22:57:40 -0200 Subject: Misc fixes --- templates/deploy.sh.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/deploy.sh.erb b/templates/deploy.sh.erb index e98b57c..19aa514 100644 --- a/templates/deploy.sh.erb +++ b/templates/deploy.sh.erb @@ -13,6 +13,7 @@ if [ ! -e "$CONF/$NAME" ]; then echo "No config file for $NAME" fi +mkdir -p $SITE/ikiwiki_src/ echo > $SITE/ikiwiki_src/index.mdw <