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

Fix tmp files remove

This commit is contained in:
Yalh 2019-01-29 23:16:33 +01:00
parent aaa1c700a3
commit 432c20a8e3

View file

@ -114,7 +114,7 @@ fi
ynh_secure_remove "/var/log/$app/"
# remove tmp files
ynh_secure_remove "/tmp/*"
sudo -u $app "/tmp/*"
ynh_secure_remove "/var/tmp/*"
#=================================================