mirror of
https://github.com/clonos/control-pane.git
synced 2026-04-27 05:35:55 +03:00
[GH-ISSUE #74] _translate.cache owned by root:root #42
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/control-pane#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dablyputs on GitHub (Apr 30, 2025).
Original GitHub issue: https://github.com/clonos/control-pane/issues/74
Originally assigned to: @olevole on GitHub.
I know this project isn't being actively developed at the moment but if it ever is:
/usr/local/www/clonos/public/dialogs/_translate.cache is owned by root:root on install of clonos from thumb drive. This breaks localization and some of the dialog menus. chown www:www /usr/local/www/clonos/public/dialogs/_translate.cache fixes it.