Restart web server after nextcloud removal
This commit is contained in:
parent
53d4b075f1
commit
3e66938299
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue