mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
8 lines
113 B
Bash
8 lines
113 B
Bash
|
#!/bin/bash -eux
|
||
|
|
||
|
# Put the platform-specific definitions here
|
||
|
|
||
|
function firewalld_cmd() {
|
||
|
firewall-cmd $@
|
||
|
}
|