-
-
Notifications
You must be signed in to change notification settings - Fork 121
🔧 Auto-create themes folder if not present #962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This fixes issue #954 |
Looks good. I think there's only one issue: On some managed Linux systems the config directory could be read-only. In this case, this would cause an error, I think. We have the So I would suggest to move this after the initialization of What do you think? |
Thanks for pointing out this issue. I fixed it as you said |
Well, now you are not creating the folders if |
Syncronize fork
Now you are not checking |
Thanks again! |
No description provided.