diff options
author | Devaev Maxim <[email protected]> | 2019-10-16 14:53:27 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-16 14:53:27 +0300 |
commit | 62dd6b96b5f9525595375f58b54bb278bfe18eab (patch) | |
tree | 54f8bcd772735726c7ba8a814ddc99efd777f271 /kvmd.install | |
parent | 7d1afc869cfdefb811d72361c5ba2e8334cd71da (diff) |
kvmd-gencert --do-the-thing
Diffstat (limited to 'kvmd.install')
-rw-r--r-- | kvmd.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd.install b/kvmd.install index 2c4bc7e8..e4e4b556 100644 --- a/kvmd.install +++ b/kvmd.install @@ -2,7 +2,7 @@ post_install() { post_upgrade echo "==> Generating KVMD certificate ..." - kvmd-gencert + kvmd-gencert --do-the-thing } post_upgrade() { |