mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 23:31:34 +01:00
6 lines
128 B
Bash
6 lines
128 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S rt4 2>/dev/null
|
|
adduser -S -s /bin/false -G rt4 -D -H -g "Request Tracker 4 user" rt4 2>/dev/null
|
|
exit 0
|