Parcourir la source

Restart web server

Bob Mottram il y a 6 ans
Parent
révision
8e802844f1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/freedombone-utils-android

+ 1
- 0
src/freedombone-utils-android Voir le fichier

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