From 516b4dacd3e24308f048800a5979156cea71e1ee Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Sun, 1 Dec 2024 22:34:35 -0600 Subject: [PATCH] Oof --- 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 aebcdff..2116d70 100755 --- a/shell/archive_index_template +++ b/shell/archive_index_template @@ -32,7 +32,7 @@ wget --quiet https://files.hyperreal.coffee/archive-index-template.html \ -O "${TMP_DIR}/index.html" # Replace "CHANGEME" with the the BUCKET_NAME argument in index.html. -sed -i "s/CHANGEME/$1/g" "${TMP_DIR}/index.html" +sed -i "s/CHANGEME/$2/g" "${TMP_DIR}/index.html" # Put the new index.html into the root of the given bucket. mc put "${TMP_DIR}/index.html" "${1}/${2}/"