Check site files on forced update
This commit is contained in:
parent
46a2ea9421
commit
69f0e972d3
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ class UiWebsocket(object):
|
|||
# Update site content.json
|
||||
def actionSiteUpdate(self, to, address):
|
||||
def updateThread():
|
||||
site.update()
|
||||
site.update(check_files=True)
|
||||
self.response(to, "Updated")
|
||||
|
||||
site = self.server.sites.get(address)
|
||||
|
|
Loading…
Reference in a new issue