소스 검색

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
 

Loading…
취소
저장