mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Remove duplicates from the output of 'show actions'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e2aeed898d
commit
7ca18c410b
@ -1109,7 +1109,7 @@ show_blacklists() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
show_actions_sorted() {
|
show_actions_sorted() {
|
||||||
show_actions | sort
|
show_actions | sort -u -k 1,1
|
||||||
}
|
}
|
||||||
|
|
||||||
show_macros() {
|
show_macros() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user