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

5 lines
127 B
Bash

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