mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
fix upgrade
This commit is contained in:
parent
5e08b62ca9
commit
f1ee1c706c
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ ynh_add_config --template="lstu.conf.ldap" --destination="$install_dir/lstu.conf
|
||||||
ynh_script_progression --message="Installing Lstu..."
|
ynh_script_progression --message="Installing Lstu..."
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
carton install --deployment --without=sqlite --without=mysql
|
carton install --without=sqlite --without=mysql
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -45,7 +45,7 @@ ynh_script_progression --message="Building $app..."
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
ynh_secure_remove --file="$install_dir/local"
|
ynh_secure_remove --file="$install_dir/local"
|
||||||
carton install --deployment --without=sqlite --without=mysql
|
carton install --without=sqlite --without=mysql
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue