mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/thttpd: create group
The pre-install script assumed the thttpd group already exists, but it doesn't and thus adduser -G thttpd will fail, leading to a cascading failure in the pre-install script.
This commit is contained in:
parent
8721663b6e
commit
15c146fc2a
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
addgroup -g 82 -S www-data 2>/dev/null
|
||||
adduser -S -G thttpd -H -h /var/www/localhost/htdocs -s /sbin/nologin \
|
||||
adduser -S -H -h /var/www/localhost/htdocs -s /sbin/nologin \
|
||||
-D thttpd 2>/dev/null
|
||||
addgroup thttpd www-data 2>/dev/null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user