mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Merge branch 'main' into fix-0.1.0
This commit is contained in:
commit
e09be2421a
|
@ -302,6 +302,8 @@ def updateRepos():
|
|||
shutil.rmtree(tempDir)
|
||||
with open(os.path.join(appsDir, "sourceMap.json"), "w") as f:
|
||||
json.dump(sourceMap, f)
|
||||
# Fix permissions
|
||||
subprocess.call("chown -R 1000:1000 {}".format(appsDir), shell=True)
|
||||
|
||||
|
||||
def getAvailableUpdates():
|
||||
|
|
Loading…
Reference in New Issue
Block a user