#338
This commit is contained in:
Stefan Pejcic
2025-04-30 16:05:55 +02:00
committed by GitHub
parent f57fa60f64
commit 365fb7387c

View File

@@ -845,7 +845,11 @@ setup_firewall_service() {
systemctl restart docker # not sure why
systemctl enable csf
systemctl restart csf # also restarts docker at csfpost.sh
# https://github.com/stefanpejcic/OpenPanel/issues/338
touch /usr/sbin/sendmail
chmod +x /usr/sbin/sendmail
if command -v csf > /dev/null 2>&1; then
echo -e "[${GREEN} OK ${RESET}] ConfigServer Firewall is installed and configured."
else