#!/bin/sh adduser -h /var/run/tinyproxy -s /bin/false -D tinyproxy 2>/dev/null # return with success even if user already exist exit 0