mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Keep images cache during upgrade
This commit is contained in:
parent
100258f992
commit
9b717dc446
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ source /usr/share/yunohost/helpers
|
|||
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" --full_replace=1 --keep="app/config/parameters.yml var/logs"
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="app/config/parameters.yml var/logs web/assets/images"
|
||||
|
||||
# Create log dir/file FIXME: is it useless?
|
||||
mkdir -p "$install_dir/var/logs/"
|
||||
|
|
Loading…
Add table
Reference in a new issue