magnum/contrib/drivers/dcos_centos_v1/image/dcos/post-install.d/99-add-norgoup

11 lines
167 B
Bash
Executable File

#!/bin/bash
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
set -x
fi
set -eu
set -o pipefail
# nogroup will be used on Mesos masters and agents.
sudo groupadd nogroup