Corrected the home folder setting for the casaatsd user.

This commit is contained in:
Juan Carlos Luciani 2007-05-09 16:19:15 +00:00
parent 13096d512b
commit a08fc42209

View File

@ -218,7 +218,7 @@ fi
user_present=`getent passwd | grep ^casaatsd`
if [ -z "$user_present" ] ; then
/usr/sbin/useradd -c "casaatsd System User" -s /bin/false -r -d /var/lib/CASA/authtoken/validate -g casaauth casaatsd 2> /dev/null || :
/usr/sbin/useradd -c "casaatsd System User" -s /bin/false -r -d /var/lib/CASA/authtoken/svc -g casaauth casaatsd 2> /dev/null || :
fi