post_install is post_upgrade now

This commit is contained in:
Devaev Maxim 2021-03-01 09:36:34 +03:00
parent f5246c410e
commit a266d7dfd2

View File

@ -1,8 +1,5 @@
post_install() {
post_upgrade
echo "==> Generating KVMD-Nginx certificate ..."
kvmd-gencert --do-the-thing
}
post_upgrade() {
@ -19,6 +16,11 @@ post_upgrade() {
chown kvmd /var/lib/kvmd/msd || true
if [ ! -d /etc/kvmd/nginx/ssl ]; then
echo "==> Generating KVMD-Nginx certificate ..."
kvmd-gencert --do-the-thing
fi
if [ ! -d /etc/kvmd/vnc/ssl ]; then
echo "==> Generating KVMD-VNC certificate ..."
kvmd-gencert --do-the-thing --vnc