#!/bin/sh -eu# ensure that all the necesary system groups existecho'/usr/share/install3/default-groups/etc/alterator/auth/user-groups/etc/alterator/auth/admin-groups'\| while read LIST;do[-s"$LIST"]||continue for GROUP in$(cat"$LIST");dogroupadd -r"$GROUP" &>/dev/null ||:donedone