1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Fix bazaar_extension test

This commit is contained in:
tituspijean 2018-09-11 12:11:01 +02:00
parent d89e643ffe
commit 9d1ae61d72

View file

@ -228,7 +228,7 @@ case $language in
;;
esac
if [[ $bazaar_extension ]]; then
if [ $bazaar_extension -eq 1 ]; then
exec_composer $app $final_path "require flagrow/bazaar --ansi"
fi