From ac3dbee5c93445c23af36562d0c72dbd97ce4841 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Tue, 26 Oct 2021 19:07:08 +0100 Subject: [PATCH] Fix backups --- scripts/backup/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup/backup b/scripts/backup/backup index a6696db..0b56ac1 100755 --- a/scripts/backup/backup +++ b/scripts/backup/backup @@ -107,7 +107,7 @@ check_if_exists() { -X GET \ "https://firebasestorage.googleapis.com/v0/b/citadel-user-backups.appspot.com/o/backups%2F${1}?alt=media" } -} + # Upload a file to Firebase Cloud Storage by uloading its name + a random ID. # Before uploading, we need to check if a file with the same name already exists, and if it does, change the random ID. # For example, if we want to upload a file named "" with the content AA, we'd use this command to upload: