minifirewall_systemd #141

Open
whirigoyen wants to merge 2 commits from minifirewall_systemd into master
Showing only changes of commit 8d19b5e2a9 - Show all commits

View file

@ -343,7 +343,7 @@ check_alert5boot() {
fi
}
check_alert5minifw() {
# If minifirewall is not started by alert5
# If minifirewall is not started by alert5
if [ ! -f /etc/systemd/system/minifirewall.service ]; then
if is_debian_buster || is_debian_bullseye; then
grep -qs "^/etc/init.d/minifirewall" /usr/share/scripts/alert5.sh \