Debug output
This commit is contained in:
@@ -1030,6 +1030,7 @@ openFirewall() {
|
|||||||
execute "sudo firewall-cmd --reload"
|
execute "sudo firewall-cmd --reload"
|
||||||
fi
|
fi
|
||||||
elif hash ufw 2>/dev/null; then
|
elif hash ufw 2>/dev/null; then
|
||||||
|
debug "u_ports: $u_ports"
|
||||||
if [[ ! -f "/etc/ufw/applications.d/$service" ]]; then
|
if [[ ! -f "/etc/ufw/applications.d/$service" ]]; then
|
||||||
sudo bash -c "cat <<-EOF > /etc/ufw/applications.d/$service
|
sudo bash -c "cat <<-EOF > /etc/ufw/applications.d/$service
|
||||||
[$service]
|
[$service]
|
||||||
|
|||||||
Reference in New Issue
Block a user