Update INSTALL.sh

This commit is contained in:
Stefan Pejcic
2024-07-23 12:16:20 +02:00
committed by GitHub
parent 0f4134c724
commit d37e407120

View File

@@ -672,7 +672,7 @@ setup_firewall_service() {
# disable testing
if [ "$UFW_SETUP" = true ]; then
elif [ "$UFW_SETUP" = true ]; then
echo "Setting up UncomplicatedFirewall.."
# set ufw to be monitored instead of csf
@@ -720,6 +720,7 @@ setup_firewall_service() {
debug_log ufw reload
debug_log service ufw restart
fi
fi
}