5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
|
if [ -z "`grep '^pppusers:' etc/group`" ]
|
||
|
then
|
||
|
sbin/groupadd -g 52 pppusers
|
||
|
fi
|