1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Clean riot directory before upgrade

This commit is contained in:
Josué Tille 2020-04-01 20:26:36 +02:00
parent 60f3584c5e
commit e326c0bdb6
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -28,7 +28,7 @@ default_home_server=$(ynh_app_setting_get --app $app --key default_home_server)
# Get source and install in source dir
ynh_script_progression --message="Upgrading source files..." --weight=6
ynh_secure_remove --file=$final_path/bundles
ynh_secure_remove --file=$final_path
install_source
ynh_script_progression --message="Configuring application..."