mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-16 13:21:39 +01:00
7 lines
112 B
Bash
7 lines
112 B
Bash
#!/bin/sh
|
|
|
|
addgroup postgrey 2>/dev/null
|
|
adduser -H -h /dev/null -s /bin/false -D postgrey 2>/dev/null
|
|
|
|
exit 0
|