Remove duplicates from the output of 'show actions'

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-06-15 13:12:43 -07:00
parent 117e9ba5bd
commit 3390897a45
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1109,7 +1109,7 @@ show_blacklists() {
}
show_actions_sorted() {
show_actions | sort
show_actions | sort -u -k 1,1
}
show_macros() {