Bläddra i källkod

[autopatch] Do not delete logs on app removal

Yunohost-Bot 1 år sedan
förälder
incheckning
10b225c306
1 ändrade filer med 0 tillägg och 1 borttagningar
  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"