mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
Use option names for adduser
Although long options are supported in busybox's adduser: https://github.com/mirror/busybox/blob/4d983dcd/loginutils/adduser.c#L166 they do not show up in help menu (as of v1.33.1). Use short names to make it easier to review.
This commit is contained in:
parent
2a48f9098e
commit
440c0993eb
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# creating default user required by usbmuxd
|
||||
adduser --system --ingroup usb --no-create-home --gecos "usbmux daemon" usbmux 2>/dev/null
|
||||
adduser -S -G usb -H -g "usbmux daemon" usbmux 2>/dev/null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user