comments...
This commit is contained in:
@@ -68,7 +68,6 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
ExecStartPost = ''
|
ExecStartPost = ''
|
||||||
# Wait until MinIO responds
|
|
||||||
for i in {1..30}; do
|
for i in {1..30}; do
|
||||||
if ${pkgs.curl}/bin/curl -s http://localhost:${toString opts.dataPort}/minio/health/ready >/dev/null; then
|
if ${pkgs.curl}/bin/curl -s http://localhost:${toString opts.dataPort}/minio/health/ready >/dev/null; then
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user