mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Code alignment
This commit is contained in:
parent
9d1ae61d72
commit
d1945d916f
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ case $language in
|
||||||
sql_command="UPDATE \`settings\` SET \`value\` = 'de' WHERE \`settings\`.\`key\` = 'default_locale'"
|
sql_command="UPDATE \`settings\` SET \`value\` = 'de' WHERE \`settings\`.\`key\` = 'default_locale'"
|
||||||
ynh_mysql_execute_as_root "$sql_command" $db_name
|
ynh_mysql_execute_as_root "$sql_command" $db_name
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ $bazaar_extension -eq 1 ]; 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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue