1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
apps/tools/autopatches/patches/delete-log-removal/patch.sh
OniriCorpe 62eba54291 Typo
2024-06-22 21:49:08 +02:00

5 lines
126 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