1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-05-16 19:55:03 +02:00
parent dd0fb51a84
commit d71247be72

View file

@ -24,7 +24,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=6
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --keep ="app/config/parameters.yml"
# Clear cache
ynh_secure_remove --file="$install_dir/var/cache"
@ -67,7 +67,7 @@ then
ynh_script_progression --message="Reconfiguring wallabag..." --weight=1
# Copy and set Wallabag dist configuration
ynh_add_config --template="../conf/parameters.yml" --destination="$install_dir/app/config/parameters.yml"
#ynh_add_config --template="../conf/parameters.yml" --destination="$install_dir/app/config/parameters.yml"
#=================================================
# UPGRADE WALLABAG