From 973823f56bfc5f3f6974e0857498397ed61f27c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:21:20 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index cf9461a..09b58d5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -80,9 +80,9 @@ 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; + #set +u; deactivate - set -u; + #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