Pārlūkot izejas kodu

Restart web server after nextcloud removal

Bob Mottram 8 gadus atpakaļ
vecāks
revīzija
3e66938299
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      src/freedombone-app-nextcloud

+ 1
- 0
src/freedombone-app-nextcloud Parādīt failu

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