Skip to content
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

fix(migration): handle space in share name #72

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

DavidePrincipi
Copy link
Member

@DavidePrincipi DavidePrincipi commented Feb 4, 2025

If the share name contains a space, the final setfacl command fails because it cannot match the correct directory name.

This fix improves the iteration logic over share names using NUL char as item separator instead of spaces and newlines.

NethServer/dev#7295

If the share name contains a space, the final setfacl command fails because it cannot match the correct directory name.

This fix improves the iteration logic over share names using NUL char as item separator instead of spaces and newlines.
@DavidePrincipi DavidePrincipi merged commit da589b4 into main Feb 4, 2025
1 of 4 checks passed
@DavidePrincipi DavidePrincipi deleted the bug-migration-space branch February 4, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants