mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-12 09:12:36 +02:00
7 lines
132 B
Bash
7 lines
132 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S sish 2>/dev/null
|
|
adduser -S -D -H -h /var/lib/sish -s /sbin/nologin -G sish -g sish sish 2>/dev/null
|
|
|
|
exit 0
|