Restart web server after nextcloud removal

This commit is contained in:
Bob Mottram 2017-03-14 22:09:12 +00:00
parent 53d4b075f1
commit 3e66938299
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ function remove_nextcloud {
function_check remove_ddns_domain
remove_ddns_domain $NEXTCLOUD_DOMAIN_NAME
systemctl restart nginx
}
function install_nextcloud_main {