Restart nginx after pleroma install
This commit is contained in:
parent
5d1a670df7
commit
49c9da578c
|
@ -988,6 +988,8 @@ function install_gnusocial {
|
||||||
# unleash the daemons!
|
# unleash the daemons!
|
||||||
/etc/cron.hourly/gnusocial-daemons
|
/etc/cron.hourly/gnusocial-daemons
|
||||||
|
|
||||||
|
systemctl restart nginx
|
||||||
|
|
||||||
APP_INSTALLED=1
|
APP_INSTALLED=1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -774,6 +774,8 @@ function install_postactiv {
|
||||||
# unleash the daemons!
|
# unleash the daemons!
|
||||||
/etc/cron.hourly/postactiv-daemons
|
/etc/cron.hourly/postactiv-daemons
|
||||||
|
|
||||||
|
systemctl restart nginx
|
||||||
|
|
||||||
APP_INSTALLED=1
|
APP_INSTALLED=1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue