Restart nginx on removal
This commit is contained in:
parent
749f8ab283
commit
2d934d1fdd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue