Fix insecable space

This commit is contained in:
William Hirigoyen (Evolix) 2022-05-04 10:11:27 +02:00
parent 741148b5e3
commit 8d19b5e2a9

View file

@ -343,7 +343,7 @@ check_alert5boot() {
fi fi
} }
check_alert5minifw() { 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 [ ! -f /etc/systemd/system/minifirewall.service ]; then
if is_debian_buster || is_debian_bullseye; then if is_debian_buster || is_debian_bullseye; then
grep -qs "^/etc/init.d/minifirewall" /usr/share/scripts/alert5.sh \ grep -qs "^/etc/init.d/minifirewall" /usr/share/scripts/alert5.sh \