home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 29 Jan 2020 23:37:39 +0000 (00:37 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 29 Jan 2020 23:37:39 +0000 (00:37 +0100)
buster/setup_scripts/setup_pleroma.sh

index cb7725a0fa43f9970243d3c620acd9b10838d9aa..59a872f2cffb6a3c5a006f8b3cff0052cd6a592e 100755 (executable)
@@ -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