1
0
Fork 0
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:
Thomas 2024-04-29 20:26:31 +02:00 committed by GitHub
parent 5e08b62ca9
commit f1ee1c706c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ ynh_add_config --template="lstu.conf.ldap" --destination="$install_dir/lstu.conf
ynh_script_progression --message="Installing Lstu..."
pushd $install_dir
carton install --deployment --without=sqlite --without=mysql
carton install --without=sqlite --without=mysql
popd
#=================================================

View file

@ -45,7 +45,7 @@ ynh_script_progression --message="Building $app..."
pushd $install_dir
ynh_secure_remove --file="$install_dir/local"
carton install --deployment --without=sqlite --without=mysql
carton install --without=sqlite --without=mysql
popd
#=================================================