1
0
Fork 0
ynh-apps_tools/autopatches/patches/delete-log-removal/patch.sh

6 lines
126 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2024-06-21 21:44:15 +02:00
sed -E "/(ynh_secure_remove|ynh_safe_rm|rm).*(\/var\/log\/)/d" -i scripts/remove
git add scripts/remove