mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
4 lines
148 B
Bash
4 lines
148 B
Bash
#!/bin/sh
|
|
addgroup shellinaboxd 2>/dev/null
|
|
adduser -S -H -h /var/run/shellinaboxd -s /sbin/nologin -g shellinaboxd shellinaboxd 2>/dev/null
|
|
exit 0
|