Explorar el Código

[autopatch] Do not delete logs on app removal

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

+ 0 - 1
scripts/remove

@@ -49,7 +49,6 @@ ynh_script_progression --message="Removing various files..."
 ynh_secure_remove --file="/etc/$app"
 
 # Remove the log files
-ynh_secure_remove --file="/var/log/$app"
 
 ynh_secure_remove --file="/run/$app"