typo
This commit is contained in:
parent
c59eb57d92
commit
d3dc6a5860
@ -149,7 +149,7 @@ configure_tmux() {
|
||||
configure_iptables() {
|
||||
[ -f /etc/network/if-pre-up.d/iptables-load ] && return
|
||||
|
||||
read -p "要配置 iptables 吗?[n/Y]: " response
|
||||
read -p "要配置 iptables 吗?[N]: " response
|
||||
|
||||
if [[ $response =~ ^[Yy]$ ]]; then
|
||||
sudo cp $scriptdir/files/iptables-load /etc/network/if-pre-up.d/iptables-load
|
||||
|
||||
Loading…
Reference in New Issue
Block a user