forked from CryHavoc/dottes
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:
parent
cfc19f7de6
commit
4499d9fe53
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue