create_group users &&
if [ "$SHADOW_CONV" == y ] || [ "$SHADOW_RECONV" == "y" ]; then
  #Create or update necessary files for shadow
  message "${MESSAGE_COLOR}running pwconv and grpconv" &&
  ${INSTALL_ROOT}/usr/sbin/pwconv &&
  ${INSTALL_ROOT}/usr/sbin/grpconv
fi &&
# mark it off
SHADOW_RECONV=x
