Don't mark SSI files executable.

We now archive to publish, and archiving loses the executable bit, so I've
had to enable SSI for all .html anyway.
This commit is contained in:
Jim Hague 2013-08-21 13:51:52 +01:00
parent cfc19f7de6
commit 4499d9fe53
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ mkdir -p $webdir
sed -e "s/@BUILD@/$buildno/" -e "s/@SUBTITLE@/$subtitle/" \ sed -e "s/@BUILD@/$buildno/" -e "s/@SUBTITLE@/$subtitle/" \
-e "s/@TITLE@/$title/" -e "s/@BOOK@/$booke/" dottes.html > $webdir/$output -e "s/@TITLE@/$title/" -e "s/@BOOK@/$booke/" dottes.html > $webdir/$output
# Mark output as executable so it is scanned for server-side includes.
chmod +x $webdir/$output
for item in intro for item in intro
do do
rm -f $webdir/$item.html rm -f $webdir/$item.html