diff options
Diffstat (limited to 'localikiwikicreatesite')
-rwxr-xr-x | localikiwikicreatesite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localikiwikicreatesite b/localikiwikicreatesite index 8a89afe..2907174 100755 --- a/localikiwikicreatesite +++ b/localikiwikicreatesite @@ -20,7 +20,7 @@ GIT_DIR=$DESTSRCDIR/backend.git git --bare init --shared ## Create initial content mkdir -p $SRCDIR -cat <<EOF >$SRCDIR/index.mdwn +cat <<'EOF' >$SRCDIR/index.mdwn Welcome to your new wiki. All wikis are supposed to have a <a href="../sandbox/">SandBox</a>, so this one does too. @@ -72,7 +72,7 @@ perl -0 -pi -e ' ( cd $CFGDIR git add ikiwiki.setup -cat <<EOF >$CFGDIR/Makefile +cat <<'EOF' >$CFGDIR/Makefile #underlays = basewiki smiley templates underlays = templates #locale = danish |