mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 21:56:40 +02:00
5 lines
135 B
Bash
5 lines
135 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S catchlog 2>/dev/null
|
|
adduser -S -D -h / -H -s /sbin/nologin -G catchlog -g catchlog catchlog 2>/dev/null
|
|
exit 0
|