From b7ee9e8b12bb7a6aa8c2e54a81c16bffbfe5e6bb Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 28 Feb 2020 01:52:50 +0100
Subject: [PATCH] Fix.

---
 buster/setup_scripts/restore_app.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buster/setup_scripts/restore_app.sh b/buster/setup_scripts/restore_app.sh
index 8850fe6..817c07d 100755
--- a/buster/setup_scripts/restore_app.sh
+++ b/buster/setup_scripts/restore_app.sh
@@ -29,7 +29,7 @@ rm "${service}_backup/${db_name}.pgdump"
 cd "${service}_backup"
 for path in $(find . -type f); do
     if [ "${app}" = "pleroma_source" ]; then
-        if [ "${path}" = '/opt/pleroma/config/prod.secret.exs' ]; then
+        if [ "${path}" = './opt/pleroma/config/prod.secret.exs' ]; then
             continue  # skip file that contains passwords
         fi
     fi
-- 
2.30.2