#!/bin/sh addgroup -S chilli 2>/dev/null adduser -S -D -H -s /sbin/nologin -G chilli -g chilli chilli 2>/dev/null exit 0