comments...

This commit is contained in:
2025-06-20 22:53:08 -05:00
parent afac067aaf
commit 5b9ac46d00
-1
View File
@@ -68,7 +68,6 @@
'';
ExecStartPost = ''
# Wait until MinIO responds
for i in {1..30}; do
if ${pkgs.curl}/bin/curl -s http://localhost:${toString opts.dataPort}/minio/health/ready >/dev/null; then
break