From 257c2bdae3bd1a179e94eeadbe2872444de37c4d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 2 Feb 2019 21:14:16 +0100 Subject: [PATCH] remove tmp cleanup --- scripts/remove | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/remove b/scripts/remove index a25f56f..c306303 100644 --- a/scripts/remove +++ b/scripts/remove @@ -61,10 +61,6 @@ ynh_remove_nodejs # REMOVE APP MAIN DIR #================================================= -# remove tmp files -sudo -u $app rm -rf /tmp/* -ynh_secure_remove "/var/tmp/*" - # Remove the app directory securely ynh_secure_remove "$final_path"