mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #330] README adduser command wrong #181
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#181
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 @mmiller7 on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/330
The README seems to have an error on the adduser line and contains many invalid option flags.
The following worked for me under CentOS 7 to create the user:
@maddes-b commented on GitHub (Sep 21, 2024):
Some more explanation why the change:
adduseris mostly distro-dependent, e.g. Debian'sadduserdiffers from CentOS ones.useraddis more "POSIX" like.