Fix ownership issue

remotes/1697617238042506578/master
Inex Code 2022-09-19 03:04:57 +03:00
parent 9a339729b7
commit 6bbceca917
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ async def get_token_header(
def get_api_version() -> str:
"""Get API version"""
return "2.0.5"
return "2.0.6"

View File

@ -173,7 +173,7 @@ def move_service(
[
"chown",
"-R",
f"{folder.owner}:f{folder.group}",
f"{folder.owner}:{folder.group}",
f"/volumes/{volume.name}/{folder.name}",
],
check=True,