X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_pleroma.sh;h=59a872f2cffb6a3c5a006f8b3cff0052cd6a592e;hb=266cbf47da8843f85a3c97ed32cc638b7ad283fc;hp=cb7725a0fa43f9970243d3c620acd9b10838d9aa;hpb=d3fe8fac40ebd5db0553de95ae356b1995046b0a;p=config 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