Archived
1
0
Fork 0

Fix scripts for FreeBSD

This commit is contained in:
Mercier Pierre-Olivier 2013-10-05 22:00:54 +02:00
parent 9981ac3346
commit b126a0400a
2 changed files with 12 additions and 4 deletions

View file

@ -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