diff --git a/scripts/install b/scripts/install index 08eb098..67479b7 100755 --- a/scripts/install +++ b/scripts/install @@ -214,8 +214,11 @@ pushd $final_path/$app --listen-ip 127.0.0.1 \ --listen-port $port \ --db-configurable Y" +popd - cat "../conf/ldap.exs" "$config" +cat "../conf/ldap.exs" "$config" + +pushd $final_path/$app su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl migrate"