1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/shellinabox/shellinabox.pre-install
2017-04-06 09:44:14 +00:00

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