소스 검색

Restart the mailpile daemon after upgrades

Bob Mottram 7 년 전
부모
커밋
a4b1a7903d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-app-mailpile

+ 1
- 0
src/freedombone-app-mailpile 파일 보기

@@ -105,6 +105,7 @@ function upgrade_mailpile {
105 105
     pip install -r requirements.txt
106 106
 
107 107
     chown -R mailpile:mailpile "/var/www/$MAILPILE_DOMAIN_NAME/mail"
108
+    systemctl restart mailpile
108 109
 }
109 110
 
110 111
 function backup_local_mailpile {