浏览代码

Merge pull request #64 from bcachet/feature/apticron

fix(apticron): apticron emails are sent to root
Alex Payne 11 年前
父节点
当前提交
135b4def5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      roles/common/templates/apticron.conf.j2

+ 1
- 1
roles/common/templates/apticron.conf.j2 查看文件

@@ -1,4 +1,4 @@
1
-EMAIL="{{ admin_email }}"
1
+EMAIL="root"
2 2
 
3 3
 NOTIFY_NO_UPDATE="0"
4 4
 

正在加载...
取消
保存