diff options
Diffstat (limited to 'package/network/utils/iptables/patches/100-bash-location.patch')
-rw-r--r-- | package/network/utils/iptables/patches/100-bash-location.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/network/utils/iptables/patches/100-bash-location.patch b/package/network/utils/iptables/patches/100-bash-location.patch deleted file mode 100644 index 02ee45b..0000000 --- a/package/network/utils/iptables/patches/100-bash-location.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/iptables/iptables-apply -+++ b/iptables/iptables-apply -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - # - # iptables-apply -- a safer way to update iptables remotely - # |