main/iptables: iptables-apply / ip6tables-apply requires bash
The iptables
aport installs /sbin/iptables-apply
, which uses #!/bin/bash
as shebang, although the aport does not specifiy bash
as dependency.
Please either add bash
as dependency or update the script to work with ash
.