Skip to content
Snippets Groups Projects
Commit 8e802844 authored by Bob Mottram's avatar Bob Mottram
Browse files

Restart web server

parent 50363c6c
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ function android_update_apps { ...@@ -38,6 +38,7 @@ function android_update_apps {
# The FreedomBox app assumes a self-signed cert # The FreedomBox app assumes a self-signed cert
if [ ! -f "/etc/ssl/certs/${local_hostname}.crt" ]; then if [ ! -f "/etc/ssl/certs/${local_hostname}.crt" ]; then
install_web_local_user_interface install_web_local_user_interface
systemctl restart nginx
fi fi
if [ ! -d "/var/www/${local_hostname}/htdocs/plinth/api" ]; then if [ ! -d "/var/www/${local_hostname}/htdocs/plinth/api" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment