From b60404d4529f8994c346347576ee18576fea41d4 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 13 May 2019 09:51:14 +0200 Subject: [PATCH] Fix warning when removing the cache https://github.com/YunoHost-Apps/wallabag2_ynh/pull/69#discussion_r283221142 --- scripts/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup b/scripts/backup index 76ef669..1cd5c07 100644 --- a/scripts/backup +++ b/scripts/backup @@ -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"