Restart web server

This commit is contained in:
Bob Mottram 2018-05-26 15:36:12 +01:00
parent 50363c6c6a
commit 8e802844f1
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ function android_update_apps {
# The FreedomBox app assumes a self-signed cert
if [ ! -f "/etc/ssl/certs/${local_hostname}.crt" ]; then
install_web_local_user_interface
systemctl restart nginx
fi
if [ ! -d "/var/www/${local_hostname}/htdocs/plinth/api" ]; then