aports/testing/ufw-docker/busybox_compat.patch
2025-09-14 06:50:22 +00:00

23 lines
675 B
Diff

diff --git a/ufw-docker b/ufw-docker
index 2ae620f..083aa93 100755
--- a/ufw-docker
+++ b/ufw-docker
@@ -457,7 +457,7 @@ function ufw-docker--check-install() {
# END UFW AND DOCKER
EOF
} | tee -a "${after_rules_tmp}" >/dev/null
- diff -u --color=auto "$after_rules" "$after_rules_tmp"
+ diff -u "$after_rules" "$after_rules_tmp"
}
function ufw-docker--check-install_ipv6() {
@@ -513,7 +513,7 @@ function ufw-docker--check-install_ipv6() {
# END UFW AND DOCKER
EOF
} | tee -a "${after6_rules_tmp}"
- diff -u --color=auto "$after6_rules" "$after6_rules_tmp"
+ diff -u "$after6_rules" "$after6_rules_tmp"
}
function ufw-docker--install() {