Fixed the home folder issue in the 4zen spec file.
This commit is contained in:
parent
a08fc42209
commit
0d58c8ba1e
@ -218,7 +218,7 @@ fi
|
|||||||
|
|
||||||
user_present=`getent passwd | grep ^casaatsd`
|
user_present=`getent passwd | grep ^casaatsd`
|
||||||
if [ -z "$user_present" ] ; then
|
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
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user