4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
getent group postdrop || /usr/sbin/groupadd postdrop
|