From: Christian Heller Date: Fri, 28 Feb 2020 00:52:50 +0000 (+0100) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=b7ee9e8b12bb7a6aa8c2e54a81c16bffbfe5e6bb Fix. --- 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