mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
KASM-3747 Fix Fedora cert removal on uninstall
This commit is contained in:
parent
cbde1a214e
commit
e509b49bf6
1 changed files with 2 additions and 2 deletions
|
|
@ -159,10 +159,10 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
|||
make_self_signed_certificate
|
||||
|
||||
%postun
|
||||
local is_uninstall = 0;
|
||||
is_uninstall=0
|
||||
|
||||
if [ "$1" == 0 ]; then
|
||||
is_uninstall = 1;
|
||||
is_uninstall=1
|
||||
fi
|
||||
if [ "$is_uninstall" = 1 ]; then
|
||||
rm -f /etc/pki/tls/private/kasmvnc.pem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue