Fixed restore

This commit is contained in:
Shkar T. Noori 2023-08-10 15:11:16 +03:00
parent a683adc6a5
commit 701fb290c2
No known key found for this signature in database
GPG Key ID: E7AD76088FB6FE02

View File

@ -4,6 +4,7 @@ set -u # `-e` omitted intentionally, but i can't remember why exactly :'(
set -o pipefail
source ./env.sh
source ./helpers.sh
s3_uri_base="s3://${S3_BUCKET}/${S3_PREFIX}"