mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Do not activate Bazaar
Bazaar requires some actions on the database that can only be triggered from the web interface. Maybe one day we may have a API route to activate extensions from the command line.
This commit is contained in:
parent
19a16f18ee
commit
53c44b145a
2 changed files with 1 additions and 2 deletions
|
@ -138,4 +138,3 @@ $(yunohost tools diagnosis | grep -B 100 "services:" | sed '/services:/d')"
|
|||
# Send the email to the recipients
|
||||
echo "$mail_message" | $mail_bin -a "Content-Type: text/plain; charset=UTF-8" -s "$mail_subject" "$recipients"
|
||||
}
|
||||
|
||||
|
|
|
@ -227,7 +227,7 @@ if [[ -n $admin && -n $title ]]; then
|
|||
esac
|
||||
|
||||
if [[ $bazaar_extension ]]; then
|
||||
install_and_activate_extension $app $final_path $db_name "flagrow/bazaar" "flagrow-bazaar"
|
||||
exec_composer $app $final_path "require flagrow/bazaar --ansi"
|
||||
fi
|
||||
|
||||
# Send login credentials to admin
|
||||
|
|
Loading…
Add table
Reference in a new issue