mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 23:31:34 +01:00
5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/sh
|
|
|
|
adduser -H -h /var/lib/fetchmail -s /bin/false -D fetchmail 2>/dev/null
|
|
exit 0
|