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:
parent
1aee688936
commit
c867f2bfbc
1 changed files with 4 additions and 1 deletions
|
@ -214,8 +214,11 @@ pushd $final_path/$app
|
||||||
--listen-ip 127.0.0.1 \
|
--listen-ip 127.0.0.1 \
|
||||||
--listen-port $port \
|
--listen-port $port \
|
||||||
--db-configurable Y"
|
--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"
|
su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl migrate"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue