#!/usr/bin/env bash

USER="memocadre"

if ! id -u $USER &>/dev/null; then
    adduser --system --no-create-home --disabled-password $USER
fi

chown -R $USER /etc/memocadre

#DEBHELPER#
