mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 19:36:48 +02:00
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S chasquid 2>/dev/null
|
|
adduser -S -D -H -s /sbin/nologin -G chasquid -g chasquid chasquid 2>/dev/null
|
|
|
|
exit 0
|