Restart nginx on removal

This commit is contained in:
Bob Mottram 2018-05-21 14:27:20 +01:00
parent 749f8ab283
commit 2d934d1fdd
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ function remove_hackmd {
sed -i '/hackmd/d' "$COMPLETION_FILE"
remove_ddns_domain "$HACKMD_DOMAIN_NAME"
systemctl restart nginx
}
function hackmd_create_config {