summaryrefslogtreecommitdiff
path: root/user/tipidee/tipidee.pre-install
blob: 0ef043441f8f6ece4bc76949b885ced6d3612a50 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S tipidee 2>/dev/null
adduser -S -D -h / -H -s /sbin/nologin -G tipidee -g tipideelog tipideelog 2>/dev/null
adduser -S -D -h / -H -s /sbin/nologin -G tipidee -g tipideed tipideed 2>/dev/null

exit 0