#!/bin/sh
if [ ! -d "/var/log/sssd" ]; then
  mkdir -m 0775 -p /var/log/sssd
  chown root:root /var/log/sssd
fi

