kvmd-gencert --do-the-thing

This commit is contained in:
Devaev Maxim
2019-10-16 14:53:27 +03:00
parent 7d1afc869c
commit 62dd6b96b5
2 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ post_install() {
post_upgrade
echo "==> Generating KVMD certificate ..."
kvmd-gencert
kvmd-gencert --do-the-thing
}
post_upgrade() {