Przeglądaj źródła

Restart web server after nextcloud removal

Bob Mottram 8 lat temu
rodzic
commit
3e66938299
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      src/freedombone-app-nextcloud

+ 1
- 0
src/freedombone-app-nextcloud Wyświetl plik

@@ -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 {