Skip to content

Commit d1d214c

Browse files
author
nix
committed
fix nix permissions
1 parent 2570cae commit d1d214c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

funscript_editor/definitions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
os.system(f"cp -rfv \"{CONFIG_TEMPLATE_DIR}/.\" \"{CONFIG_DIR}\"")
2525
with open(CONFIG_VERSION_FILE, "w") as f:
2626
f.write(str(CONFIG_VERSION))
27+
os.system(f"chmod 755 -R {CONFIG_DIR}")
2728
else:
2829
CACHE_DIR = os.path.join(ROOT_DIR, 'cache')
2930
CONFIG_DIR = CONFIG_TEMPLATE_DIR

0 commit comments

Comments
 (0)