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:
parent
d89e643ffe
commit
9d1ae61d72
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ case $language in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ $bazaar_extension ]]; then
|
if [ $bazaar_extension -eq 1 ]; then
|
||||||
exec_composer $app $final_path "require flagrow/bazaar --ansi"
|
exec_composer $app $final_path "require flagrow/bazaar --ansi"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue