소스 검색

Restart web server

Bob Mottram 7 년 전
부모
커밋
8e802844f1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-utils-android

+ 1
- 0
src/freedombone-utils-android 파일 보기

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