瀏覽代碼

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
     pip install -r requirements.txt
105
     pip install -r requirements.txt
106
 
106
 
107
     chown -R mailpile:mailpile "/var/www/$MAILPILE_DOMAIN_NAME/mail"
107
     chown -R mailpile:mailpile "/var/www/$MAILPILE_DOMAIN_NAME/mail"
108
+    systemctl restart mailpile
108
 }
109
 }
109
 
110
 
110
 function backup_local_mailpile {
111
 function backup_local_mailpile {