Added exit line when running processes numbers are less then expected

This commit is contained in:
2022-12-27 09:08:34 +00:00
parent 4ad3a0e7e5
commit 8386c2aa65

View File

@@ -116,7 +116,7 @@ name_resolver() {
RETRIES=$((RETRIES+1)); RETRIES=$((RETRIES+1));
name_resolver $DNS $RETRIES; name_resolver $DNS $RETRIES;
else else
"Not enough running process found for executing firewall rules, exiting"; debug "Not enough running process found for executing firewall rules, exiting";
exit; exit;
fi fi
fi; fi;