mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
post_install is post_upgrade now
This commit is contained in:
parent
f5246c410e
commit
a266d7dfd2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user