#!/bin/sh -e if grep -q mlocate /etc/group; then echo "mlocate group already exists, skipping creation" else echo "Creating mlocate group" addgroup mlocate fi cat <