Commit af041775 authored by OzzieIsaacs's avatar OzzieIsaacs

Bugfix change permissions during update

parent 1d3be7f4
......@@ -290,9 +290,9 @@ def reduce_files(remove_items, exclude_items):
return rf
def moveallfiles(root_src_dir, root_dst_dir):
change_permissions = False
change_permissions = True
if sys.platform == "win32" or sys.platform == "darwin":
change_permissions=True
change_permissions=False
else:
app.logger.debug('OS-System : '+sys.platform )
new_permissions=os.stat(root_dst_dir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment