Select 使用 iptables-save 时在终端中通过 Bash 是

Select yes in the terminal via Bash when using iptables-save

当我运行这个:

sudo iptables-save > /etc/iptables/rules.v4

我在终端内看到一个弹出窗口。它问:

Save current IPv4 rules?││││<Yes><No>

如何强制同意?换句话说,iptables-save 是否有 -y?

或者有什么我可以添加到我的 bash 脚本到 select 是吗?

我尝试了这个解决方案:https://askubuntu.com/questions/339790/how-can-i-prevent-apt-get-aptitude-from-showing-dialogs-during-installation/340846 它似乎有效。

echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections
echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections