source: trunk/secdapt/postinst @ 441

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