#!/bin/sh
[ -r /etc/dinit.d/config/minio.conf ] && . /etc/dinit.d/config/minio.conf
chown -R minio "$MINIO_VOLUMES"
chmod u+rxw "$MINIO_VOLUMES"
