mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
fix
This commit is contained in:
parent
973823f56b
commit
22a7267268
2 changed files with 0 additions and 4 deletions
|
@ -90,9 +90,7 @@ pushd "$install_dir/backend"
|
|||
ynh_exec_warn_less tracimcli db init
|
||||
ynh_exec_warn_less tracimcli user create -e $admin_mail -u $admin --lang $language -p $password --profile administrators
|
||||
ynh_exec_warn_less tracimcli user delete -l admin@admin.admin
|
||||
#set +u;
|
||||
deactivate
|
||||
#set -u;
|
||||
ynh_exec_warn_less $ynh_npm install "i18next-conv@<8" -g
|
||||
ynh_exec_warn_less ./update_i18n_json_file.sh || exit 1
|
||||
popd
|
||||
|
|
|
@ -80,9 +80,7 @@ pushd "$install_dir/backend"
|
|||
ynh_exec_warn_less pip install -r requirements-db-postgres.txt
|
||||
ynh_exec_warn_less pip install -e "."
|
||||
ynh_exec_warn_less alembic -c development.ini upgrade head
|
||||
#set +u;
|
||||
deactivate
|
||||
#set -u;
|
||||
ynh_exec_warn_less $ynh_npm install "i18next-conv@<8" -g
|
||||
ynh_exec_warn_less ./update_i18n_json_file.sh || exit 1
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue