ソースを参照

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
     # unleash the daemons!
988
     # unleash the daemons!
989
     /etc/cron.hourly/gnusocial-daemons
989
     /etc/cron.hourly/gnusocial-daemons
990
 
990
 
991
+    systemctl restart nginx
992
+
991
     APP_INSTALLED=1
993
     APP_INSTALLED=1
992
 }
994
 }
993
 
995
 

+ 2
- 0
src/freedombone-app-postactiv ファイルの表示

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