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

6 lines
127 B
Bash
Raw Normal View History

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