Browse Source

html extension

Bob Mottram 8 years ago
parent
commit
c54799201c
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/zeronetavahi

+ 1
- 1
src/zeronetavahi View File

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