Selaa lähdekoodia

[autopatch] Do not delete logs on app removal

Yunohost-Bot 1 vuosi sitten
vanhempi
commit
0033a54d2a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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