damaris-backends/debian/damaris-modules.postinst

9 lines
122 B
Plaintext
Raw Normal View History

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