From b97f1879c6b1514ac6a7e38579fc026e3ac11cf3 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Sun, 1 Dec 2024 11:00:34 -0600 Subject: [PATCH] Use mc --- shell/archive_index_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/archive_index_template b/shell/archive_index_template index 812a383..00e8b2e 100755 --- a/shell/archive_index_template +++ b/shell/archive_index_template @@ -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}/"