1
0
Fork 0
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:
tituspijean 2018-08-16 22:56:33 +02:00
parent 19a16f18ee
commit 53c44b145a
2 changed files with 1 additions and 2 deletions

View file

@ -138,4 +138,3 @@ $(yunohost tools diagnosis | grep -B 100 "services:" | sed '/services:/d')"
# Send the email to the recipients # Send the email to the recipients
echo "$mail_message" | $mail_bin -a "Content-Type: text/plain; charset=UTF-8" -s "$mail_subject" "$recipients" echo "$mail_message" | $mail_bin -a "Content-Type: text/plain; charset=UTF-8" -s "$mail_subject" "$recipients"
} }

View file

@ -227,7 +227,7 @@ if [[ -n $admin && -n $title ]]; then
esac esac
if [[ $bazaar_extension ]]; then 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 fi
# Send login credentials to admin # Send login credentials to admin