home · contact · privacy
Fix.
[config] / buster / setup_scripts / restore_app.sh
index 8850fe6683451f83f97dc7ac7baa442cc3bfddbc..817c07d1a062988c597184af43dbb921abf2236e 100755 (executable)
@@ -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