浏览代码

Restart nginx after pleroma install

Bob Mottram 8 年前
父节点
当前提交
49c9da578c
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2
    0
      src/freedombone-app-gnusocial
  2. 2
    0
      src/freedombone-app-postactiv

+ 2
- 0
src/freedombone-app-gnusocial 查看文件

@@ -988,6 +988,8 @@ function install_gnusocial {
988 988
     # unleash the daemons!
989 989
     /etc/cron.hourly/gnusocial-daemons
990 990
 
991
+    systemctl restart nginx
992
+
991 993
     APP_INSTALLED=1
992 994
 }
993 995
 

+ 2
- 0
src/freedombone-app-postactiv 查看文件

@@ -774,6 +774,8 @@ function install_postactiv {
774 774
     # unleash the daemons!
775 775
     /etc/cron.hourly/postactiv-daemons
776 776
 
777
+    systemctl restart nginx
778
+
777 779
     APP_INSTALLED=1
778 780
 }
779 781