1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

remove tmp cleanup

This commit is contained in:
yalh76 2019-02-02 21:14:16 +01:00
parent 3630061f70
commit 257c2bdae3

View file

@ -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"