Explicitly call shell shebang

This commit is contained in:
Greg Hellings
2024-06-21 16:24:37 -05:00
parent 04b625f9e4
commit 3264070b84
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
mc alias set storage "$STORAGE_URL" root "$MINIO_SECRET"
for f in $(mc ls --json storage/isos/cache | jq '.key' | tr -d '"'); do