Browse Source

Restart web server after nextcloud removal

Bob Mottram 8 years ago
parent
commit
3e66938299
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-nextcloud

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

288
 
288
 
289
     function_check remove_ddns_domain
289
     function_check remove_ddns_domain
290
     remove_ddns_domain $NEXTCLOUD_DOMAIN_NAME
290
     remove_ddns_domain $NEXTCLOUD_DOMAIN_NAME
291
+    systemctl restart nginx
291
 }
292
 }
292
 
293
 
293
 function install_nextcloud_main {
294
 function install_nextcloud_main {