#!/bin/bash
id minio&> /dev/null || useradd minio -r -s /bin/false -md /var/lib/minio
chown minio:minio /var/lib/minio