1 Commits

Author SHA1 Message Date
1439b5b095 debug version, do not use 2020-04-26 18:01:54 -04:00

View File

@@ -952,8 +952,7 @@ EOF"
_firewall_cmd --reload > /dev/null 2>&1 _firewall_cmd --reload > /dev/null 2>&1
fi fi
elif [[ "$ID" =~ ^(ubuntu|debian)$ ]]; then elif [[ "$ID" =~ ^(ubuntu|debian)$ ]]; then
# Debian ufw package state is broken on fresh installations [[ ! -x $(command -v ufw) ]] && _installPackage ufw
[[ ! -x $(command -v ufw) ]] && _installPackage --noquery ufw
if [[ ! -f "/etc/ufw/applications.d/$1.service" ]]; then if [[ ! -f "/etc/ufw/applications.d/$1.service" ]]; then
_bash_cmd "cat <<-EOF > /etc/ufw/applications.d/$1.service _bash_cmd "cat <<-EOF > /etc/ufw/applications.d/$1.service
[$1] [$1]