This commit is contained in:
Jeffrey Serio 2024-12-01 11:00:34 -06:00
parent bdfc602538
commit b97f1879c6

View File

@ -35,4 +35,4 @@ wget --quiet https://files.hyperreal.coffee/archive-index-template.html \
sed -i "s/CHANGEME/$1/g" "${TMP_DIR}/index.html"
# Put the new index.html into the root of the given bucket.
mcli put "${TMP_DIR}/index.html" "minio/${1}/"
mc put "${TMP_DIR}/index.html" "minio/${1}/"