From 011c7115c327730c07062c3ca738b304e21aa47c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 21 Jun 2021 18:15:41 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 97aadcc..7cd33f4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -158,15 +158,6 @@ ynh_script_progression --message="Upgrading dependencies..." ynh_install_app_dependencies $pkg_dependencies -#================================================= -# BUILD LSU -#================================================= -ynh_script_progression --message="Building lstu..." - -pushd $final_path - carton install --deployment --without=sqlite --without=mysql -popd - #================================================= # CONFIGURE LSTU #================================================= @@ -179,6 +170,15 @@ else ynh_add_config --template="../conf/lstu.conf.template" --destination="$final_path/lstu.conf" fi +#================================================= +# BUILD LSU +#================================================= +ynh_script_progression --message="Building lstu..." + +pushd $final_path + carton install --deployment --without=sqlite --without=mysql +popd + #================================================= # SETUP LOGROTATE #=================================================