Remove merge leftovers.
This commit is contained in:
parent
8bb5e24e24
commit
e541669a65
|
@ -88,7 +88,6 @@ if [ "$totalFoundObjects" -eq "0" ]; then
|
||||||
echo "This backup doesn't exist!"
|
echo "This backup doesn't exist!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
cd $csd/..
|
|
||||||
# Get the backup from S3:
|
# Get the backup from S3:
|
||||||
aws s3 cp $S3_BACKUP_PATH/$BACKUP/mongo.tgz mongo.tgz
|
aws s3 cp $S3_BACKUP_PATH/$BACKUP/mongo.tgz mongo.tgz
|
||||||
# Prepare a clean `to_restore` dir:
|
# Prepare a clean `to_restore` dir:
|
||||||
|
|
Reference in New Issue