1
0
Fork 0

fix delete-log-removal autopatch

This commit is contained in:
OniriCorpe 2024-06-23 02:45:29 +02:00 committed by OniriCorpe
parent e5b9e2159b
commit f573a5461c

View file

@ -1,5 +1,4 @@
#!/usr/bin/env bash
sed -E "/# remove logs/d" -i scripts/remove
sed -E "/(ynh_secure_remove|ynh_safe_rm|rm).*(\/var\/log\/)/d" -i scripts/remove
git add scripts/remove