We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2570cae commit d1d214cCopy full SHA for d1d214c
funscript_editor/definitions.py
@@ -24,6 +24,7 @@
24
os.system(f"cp -rfv \"{CONFIG_TEMPLATE_DIR}/.\" \"{CONFIG_DIR}\"")
25
with open(CONFIG_VERSION_FILE, "w") as f:
26
f.write(str(CONFIG_VERSION))
27
+ os.system(f"chmod 755 -R {CONFIG_DIR}")
28
else:
29
CACHE_DIR = os.path.join(ROOT_DIR, 'cache')
30
CONFIG_DIR = CONFIG_TEMPLATE_DIR
0 commit comments