fix shellcheck 3

This commit is contained in:
jaina heartles 2024-12-25 15:48:17 -05:00
parent d5b92c037f
commit b814af9ac3

View file

@ -31,7 +31,7 @@ let
bucket="$(grep 'bucket=' < "$configFile" | sed 's/bucket \?= \?')"
prefix="$(grep 'prefix=' < "$configFile" | sed 's/prefix \?= \?')"
s3Dir="s3://$bucket/\${prefix}misskey-$(date --iso-8601)"
s3Dir="s3://$bucket/$prefix""misskey-$(date --iso-8601)"
echo "Uploading backups to '$s3Dir'"
function upload () {