fix dir perms

This commit is contained in:
2026-03-19 16:24:56 +00:00
parent e6bb25d8fa
commit 38045b0a39
3 changed files with 125 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ The program:
- If user creation fails because admin rights are needed, explains the issue and offers to retry with `sudo`.
- After creating a user, offers to launch `smbpasswd -a <user>` immediately so the Samba password can be set right away.
- Before saving, checks whether each share folder exists and offers to create missing directories.
- Before saving, offers to adjust share-folder ownership and permissions so connected users can actually read and write files.
- If saving the Samba config or its backup needs admin rights, explains the issue and offers to retry with `sudo`.
- Writes a timestamped backup before saving changes.