wal-g: Set WALG_S3_PREFIX, instead of WALE_S3_PREFIX.

The `WALE_` prefix was only used for backwards compatibility.  Switch
to the canonical variable name.
This commit is contained in:
Alex Vandiver 2023-07-19 00:26:34 +00:00 committed by Tim Abbott
parent 052984bc14
commit 52eacd30c5
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ if ! s3_backups_bucket=$(crudini --get "$ZULIP_SECRETS_CONF" secrets s3_backups_
echo "Could not determine which s3 bucket to use:" "$s3_backups_bucket"
exit 1
fi
export WALE_S3_PREFIX="s3://$s3_backups_bucket"
export WALG_S3_PREFIX="s3://$s3_backups_bucket"
exec /usr/local/bin/wal-g "$@"