From 61bbe6530eaf19bfedb09a923184763e130bf6c9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 28 Jul 2010 16:34:36 -0300 Subject: Making ikiwiki-refresh to call ikiwiki-deploy if needed --- templates/deploy.sh.erb | 12 ++++++++---- templates/refresh.sh.erb | 5 +++++ 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/deploy.sh.erb b/templates/deploy.sh.erb index 07760ec..e5bfa92 100644 --- a/templates/deploy.sh.erb +++ b/templates/deploy.sh.erb @@ -25,7 +25,8 @@ fi mkdir -p $SITE/"$INSTANCE"_src/ # Create initial page -echo > $SITE/"$INSTANCE"_src/index.mdwn < $SITE/"$INSTANCE"_src/index.mdwn <