Update system.sh

This commit is contained in:
kaibae19
2022-04-04 08:05:28 -07:00
parent 030e7137ca
commit 57c9d3e01a
+6 -2
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