fix shellcheck 2

This commit is contained in:
jaina heartles 2024-12-25 15:46:58 -05:00
parent 037257b5e2
commit d5b92c037f

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 () {