use --quiet for addgroup to avoid a message if the group already exists

This commit is contained in:
Ludovic Rousseau 2010-12-04 21:54:06 +00:00
parent c0a2c72c71
commit baa6e684f4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ -d $CFGDIR ]; then
fi
# create the pcscd group
addgroup --system pcscd
addgroup --system pcscd --quiet
# set guid pcscd for pcscd
chgrp pcscd /usr/sbin/pcscd