Restart nginx after pleroma install

This commit is contained in:
Bob Mottram 2017-04-05 13:28:56 +01:00
parent 5d1a670df7
commit 49c9da578c
2 changed files with 4 additions and 0 deletions

View File

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

View File

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