html extension

This commit is contained in:
Bob Mottram 2016-08-03 22:00:03 +01:00
parent d3829c20d6
commit c54799201c
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ function assemble_web_page {
cat "${f}-header.html" "${f}.new" "${f}-footer.html" > "${f}.html"
rm -f "${f}.new"
if [ -d "${fhome}" ]; then
sudo chown zeronet:zeronet "$f"
sudo chown zeronet:zeronet "${f}.html"
fi
}