1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-11 01:27:17 +00:00

Update system.sh

This commit is contained in:
kaibae19 2022-04-04 08:05:28 -07:00
parent 030e7137ca
commit 57c9d3e01a

View File

@ -365,8 +365,12 @@ fi
# Restart the DNS services.
restart_service bind9
systemctl restart systemd-resolved
if [ "$INSTALL" == "m" ]; then
restart_service bind9
systemctl restart systemd-resolved
else
service restart bind9
fi
# ### Fail2Ban Service