mirror of
https://github.com/bol-van/zapret.git
synced 2025-02-18 11:02:21 +03:00
Compare commits
2 Commits
c369f11638
...
94c848eab5
Author | SHA1 | Date | |
---|---|---|---|
|
94c848eab5 | ||
|
6e061c8fc9 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -39,7 +39,7 @@ edit_file()
|
||||
# $1 - file name
|
||||
local ed="$EDITOR"
|
||||
[ -n "$ed" ] || {
|
||||
for e in mcedit nano vi; do
|
||||
for e in mcedit nano vim vi; do
|
||||
exists "$e" && {
|
||||
ed="$e"
|
||||
break
|
||||
@ -685,4 +685,4 @@ select_fwtype()
|
||||
}
|
||||
echo select firewall type :
|
||||
ask_list FWTYPE "iptables nftables" "$FWTYPE" && write_config_var FWTYPE
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user