fix shellcheck 3
This commit is contained in:
parent
d5b92c037f
commit
b814af9ac3
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue