1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-06-21 18:15:41 +02:00
parent 47b7bd156c
commit 011c7115c3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================