Remove merge leftovers.

This commit is contained in:
Ivaylo Novakov 2021-10-19 17:13:05 +02:00
parent 8bb5e24e24
commit e541669a65
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ if [ "$totalFoundObjects" -eq "0" ]; then
echo "This backup doesn't exist!"
exit 1
fi
cd $csd/..
# Get the backup from S3:
aws s3 cp $S3_BACKUP_PATH/$BACKUP/mongo.tgz mongo.tgz
# Prepare a clean `to_restore` dir: