1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

fix install

This commit is contained in:
yalh76 2020-03-12 22:29:21 +01:00
parent 1aee688936
commit c867f2bfbc

View file

@ -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"