damaris-backends/debian/damaris-modules.postinst
2019-05-29 11:09:13 +02:00

9 lines
122 B
Bash
Executable File

#!/bin/sh
set -e
if getent group nmr; then
echo "group nmr exists alread, doing nothing"
else
addgroup --system nmr
fi