Sfoglia il codice sorgente

Restart web server after nextcloud removal

Bob Mottram 8 anni fa
parent
commit
3e66938299
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/freedombone-app-nextcloud

+ 1
- 0
src/freedombone-app-nextcloud Vedi File

@@ -288,6 +288,7 @@ function remove_nextcloud {
288 288
 
289 289
     function_check remove_ddns_domain
290 290
     remove_ddns_domain $NEXTCLOUD_DOMAIN_NAME
291
+    systemctl restart nginx
291 292
 }
292 293
 
293 294
 function install_nextcloud_main {