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

Fix warning when removing the cache

https://github.com/YunoHost-Apps/wallabag2_ynh/pull/69#discussion_r283221142
This commit is contained in:
lapineige 2019-05-13 09:51:14 +02:00 committed by GitHub
parent ca396c9781
commit b60404d452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ db_name=$(ynh_app_setting_get $app db_name)
# BACKUP APP MAIN DIR # BACKUP APP MAIN DIR
#================================================= #=================================================
# Clean cache files before backup (saved some disk space) # Clean cache files before backup (saved some disk space)
ynh_secure_remove --file=${final_path}/var/cache/prod/ ynh_secure_remove --file=${final_path}/var/cache/prod
CHECK_SIZE "$final_path" CHECK_SIZE "$final_path"
ynh_backup "$final_path" ynh_backup "$final_path"