#!/bin/bash

# enable quotas
/usr/share/zentyal-samba/enable-quotas

# This might fail if the fs does not support quotas
systemctl restart quota

exit 0
