Fix scripts for FreeBSD
This commit is contained in:
parent
9981ac3346
commit
b126a0400a
2 changed files with 12 additions and 4 deletions
|
@ -23,6 +23,11 @@ then
|
|||
fi
|
||||
done
|
||||
|
||||
if ! getent passwd | grep "intradmin:" > /dev/null 2> /dev/null
|
||||
then
|
||||
pw useradd intradmin -u 942 -d /data -s /bin/false
|
||||
fi
|
||||
|
||||
elif [ "$KERNEL" = "Linux" ]
|
||||
then
|
||||
|
||||
|
|
Reference in a new issue