mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
KASM-3747 Fix Oracle 9 cert removal on uninstall
This commit is contained in:
parent
ad13a17739
commit
1289674947
1 changed files with 2 additions and 2 deletions
|
|
@ -154,10 +154,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