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:
parent
ca396c9781
commit
b60404d452
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ db_name=$(ynh_app_setting_get $app db_name)
|
|||
# BACKUP APP MAIN DIR
|
||||
#=================================================
|
||||
# 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"
|
||||
ynh_backup "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue