diff options
author | Maxim Devaev <[email protected]> | 2023-01-19 01:44:05 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-01-19 01:44:05 +0200 |
commit | 95ac2bd017415e13d968b95ba1beb8481e000d69 (patch) | |
tree | f53131169694756cb1cb6b60b79d9cd78c24b7c4 /scripts | |
parent | e63a7cbd8f9769f95d12419fd32d325ee2a922a1 (diff) |
fixed nginx restart for cloud
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kvmd-certbot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kvmd-certbot b/scripts/kvmd-certbot index 893abe29..a6334456 100755 --- a/scripts/kvmd-certbot +++ b/scripts/kvmd-certbot @@ -68,7 +68,7 @@ function restart_if_running_nginx() { } function restart_if_running_cloud() { - restart_if_running reload kvmd-cloud + restart_if_running reload kvmd-nginx } function restart_if_running_vnc() { |