Explorar el Código

[autopatch] Do not delete logs on app removal

Yunohost-Bot hace 1 año
padre
commit
0033a54d2a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      scripts/remove

+ 0 - 1
scripts/remove

@@ -18,7 +18,6 @@ ynh_remove_logrotate
 # Remove a cron file
 ynh_secure_remove --file="/etc/cron.d/$app"
 
-ynh_secure_remove --file="/var/log/$app"
 
 #=================================================
 # END OF SCRIPT