Commit 85fe398b authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

d/iptables.postinst: fix typo in update-alternative command



Typo.

Thanks: Pedretti Fabio <pedretti.fabio@gmail.com>
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo@debian.org>
parent 28508e6f
......@@ -4,7 +4,7 @@ set -e
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
update-alternatives \
--install /usr/sbin/ìptables iptables /usr/sbin/iptables-legacy 10 \
--install /usr/sbin/iptables iptables /usr/sbin/iptables-legacy 10 \
--slave /usr/sbin/iptables-restore iptables-restore /usr/sbin/iptables-legacy-restore \
--slave /usr/sbin/iptables-save iptables-save /usr/sbin/iptables-legacy-save
update-alternatives \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment