From 3c9671548871750bb34e67534dbd8f10fda0e119 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 24 May 2019 04:51:59 +0200 Subject: [PATCH] Fix package_linter error --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 00fd2ee..1e52fb4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -133,7 +133,7 @@ fi #================================================= exec_artisan "app:update" -rm -rf bootstrap/cache/* +ynh_secure_remove --file=bootstrap/cache/* #================================================= # GENERIC FINALIZATION