#!/bin/bash

if [ "`/bin/grep '^sga:' /etc/passwd`" == "" ]; then
        /usr/sbin/useradd -m sga >/dev/null 2>&1
fi
