Explorar el Código

ensure services enabled, close #228

pull/230/head
Luke Smith hace 1 año
padre
commit
fd41c1d652
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      emailwiz.sh

+ 1
- 0
emailwiz.sh Ver fichero

@@ -307,6 +307,7 @@ systemctl daemon-reload
for x in spamassassin opendkim dovecot postfix; do
printf "Restarting %s..." "$x"
service "$x" restart && printf " ...done\\n"
systemctl enable "$x"
done

# If ufw is used, enable the mail ports.


Cargando…
Cancelar
Guardar