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:
parent
47b7bd156c
commit
011c7115c3
1 changed files with 9 additions and 9 deletions
|
@ -158,15 +158,6 @@ ynh_script_progression --message="Upgrading dependencies..."
|
||||||
|
|
||||||
ynh_install_app_dependencies $pkg_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
|
# CONFIGURE LSTU
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -179,6 +170,15 @@ else
|
||||||
ynh_add_config --template="../conf/lstu.conf.template" --destination="$final_path/lstu.conf"
|
ynh_add_config --template="../conf/lstu.conf.template" --destination="$final_path/lstu.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# BUILD LSU
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Building lstu..."
|
||||||
|
|
||||||
|
pushd $final_path
|
||||||
|
carton install --deployment --without=sqlite --without=mysql
|
||||||
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP LOGROTATE
|
# SETUP LOGROTATE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue