Remove temp debug
This commit is contained in:
@@ -1018,7 +1018,6 @@ openFirewall() {
|
||||
declare u_ports="$*"
|
||||
declare u_ports="${u_ports// /|}" # concatenate
|
||||
u_ports="${u_ports//-/\:}" # for ufw
|
||||
debug "u_ports formatted: $u_ports"
|
||||
|
||||
if hash firewall-cmd 2>/dev/null; then
|
||||
if ! sudo firewall-cmd --get-services | grep -q "$service"; then
|
||||
|
||||
Reference in New Issue
Block a user