From 266cbf47da8843f85a3c97ed32cc638b7ad283fc Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 30 Jan 2020 00:37:39 +0100 Subject: [PATCH] Fix. --- buster/setup_scripts/setup_pleroma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buster/setup_scripts/setup_pleroma.sh b/buster/setup_scripts/setup_pleroma.sh index cb7725a..59a872f 100755 --- a/buster/setup_scripts/setup_pleroma.sh +++ b/buster/setup_scripts/setup_pleroma.sh @@ -61,7 +61,7 @@ su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate" # Since the OTP release does not support .secret.exs configuration # files, we hack our own alternative by simply appending custom # configurations to /etc/config.exs. -cat "${config_tree_prefix}/other_files/append_pleroma_config" >> /etc/config.exs +cat "${config_tree_prefix}/other_files/append_pleroma_config" >> /etc/pleroma/config.exs # Prepare NGINX config for Pleroma. cp /opt/pleroma/installation/pleroma.nginx /etc/nginx/sites-available/pleroma.nginx -- 2.30.2