source:
trunk/secdapt/postinst
Last change on this file was 430, checked in by , 5 years ago | |
---|---|
|
|
File size: 203 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | # |
3 | # 2019/12/13 Gabriel Moreau <Gabriel.Moreau@univ-grenoble-alpes.fr> |
4 | |
5 | set -e |
6 | |
7 | export PATH=/bin:/sbin:/usr/bin:/usr/sbin |
8 | export LANG=C |
9 | |
10 | grep '^secdapt:' /etc/group || addgroup --system secdapt |
Note: See TracBrowser
for help on using the repository browser.