etcd-entrypoint.sh 66 Bytes Raw Blame History Permalink 1 2 3 4 #!/bin/sh set -ex chown -R 1000:1000 /bitnami/etcd/data exec "$@"