瀏覽代碼

ensure services enabled, close #228

pull/230/head
Luke Smith 1 年之前
父節點
當前提交
fd41c1d652
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      emailwiz.sh

+ 1
- 0
emailwiz.sh 查看文件

@@ -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.


Loading…
取消
儲存